/* Keep the home hero photograph useful without dominating small screens. */
@media (max-width: 800px) {
  .ays-home-hero__media {
    min-height: 0;
    height: clamp(12.5rem, 56vw, 16rem);
  }

  .ays-home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
