.jtower-refresh .header {
  background: #fcfaf5;
}

.jt-mall,
.jt-residences,
.jt-amenities,
.jt-questions {
  scroll-margin-top: 7rem;
}

.jt-mall-portrait,
.jt-mall-pair .jt-photo,
.jt-home-grid .jt-photo,
.jt-amenity-feature > .jt-photo,
.jt-location > .jt-photo {
  height: auto;
  min-height: 0;
}

.jt-mall-portrait > button {
  height: min(70vw, 780px);
}

.jt-mall-wide > button {
  height: auto;
}

.jt-mall-wide > button img {
  aspect-ratio: 1702 / 1000;
  object-position: center;
}

.jt-mall-pair .jt-photo > button {
  height: 260px;
}

.jt-home-grid .jt-photo > button {
  height: 330px;
}

.jt-home-grid .jt-photo figcaption {
  margin-top: .75rem;
  margin-bottom: 1.35rem;
}

.jt-home-grid h3 {
  margin-top: 0;
}

.jt-amenity-feature > .jt-photo > button {
  height: 680px;
}

.jt-location > .jt-photo > button {
  height: 480px;
}

@media (max-width: 900px) {
  .jt-mall-portrait > button {
    height: auto;
  }

  .jt-mall-portrait > button img {
    aspect-ratio: 3 / 4;
  }

  .jt-amenity-feature > .jt-photo > button {
    height: 520px;
  }
}

@media (max-width: 620px) {
  .jt-mall {
    row-gap: 3rem;
  }

  .jt-mall-gallery {
    gap: 1.75rem;
  }

  .jt-mall-pair {
    gap: 1.75rem;
  }

  .jt-mall-pair .jt-photo > button {
    height: auto;
  }

  .jt-mall-pair .jt-photo > button img {
    aspect-ratio: 4 / 3;
  }

  .jt-home-grid {
    gap: 3.5rem;
  }

  .jt-home-grid .jt-photo > button {
    height: 280px;
  }

  .jt-home-grid .jt-photo figcaption {
    margin-top: .9rem;
    margin-bottom: 1.5rem;
  }

  .jt-home-grid h3 {
    line-height: 1.12;
    margin-bottom: .8rem;
  }

  .jt-amenity-feature > .jt-photo > button {
    height: 420px;
  }

  .jt-location > .jt-photo > button {
    height: 360px;
  }
}
