@media (max-width: 768px) {
  .collection-hero {
    min-height: auto;
  }

  .collection-hero__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
