.seurick-home-hero {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #f5efe6;
}

.seurick-home-hero__link,
.seurick-home-hero__media,
.seurick-home-hero__media img {
  display: block;
  width: 100%;
}

.seurick-home-hero__media {
  aspect-ratio: 2400 / 858;
  background: #f5efe6;
}

.seurick-home-hero__media img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .seurick-home-hero__media {
    aspect-ratio: 900 / 1120;
  }
}
