.heightmatch__fallback {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 770px) {
    .heightmatch__fallback {
      visibility: visible;
      position: static; } }
