@media (min-width: 851px) {
  .hero-v2 {
    height: 760px;
    min-height: 620px;
    max-height: calc(100vh - 78px);
    overflow: hidden;
  }

  .hero-photo {
    min-height: 0;
    overflow: hidden;
  }

  .hero-photo img {
    height: 100%;
    object-position: center 50%;
  }
}

@media (max-width: 850px) {
  .hero-v2 {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hero-photo {
    height: 64vh;
    min-height: 500px;
    overflow: hidden;
  }

  .hero-photo img {
    height: 100%;
    object-position: center 50%;
  }
}

/* Keep the original slideshow captions outside the visible editorial crops. */
.figure-image img {
  aspect-ratio: 1 / 1;
  object-position: center top;
}

.founder-photo {
  overflow: hidden;
}

.founder-photo img {
  object-position: center top;
}

.worn-images img {
  height: 560px;
  object-position: center top;
}

@media (min-width: 851px) {
  .authenticity-v2,
  .packaging-v2,
  .founder-v2 {
    height: 760px;
    min-height: 0;
    overflow: hidden;
  }

  .authenticity-v2 > img,
  .packaging-v2 > img,
  .founder-photo,
  .founder-photo img {
    height: 760px;
    min-height: 0;
  }

  .founder-photo img {
    transform: scale(1.25);
    transform-origin: center top;
  }
}

@media (max-width: 850px) {
  .worn-images img {
    height: 115vw;
  }

  .founder-photo img {
    height: auto;
    min-height: 0;
    transform: scale(1.2);
    transform-origin: center top;
  }

  .founder-photo {
    height: 105vw;
    max-height: 520px;
  }
}
