.collection-hero-custom {
  width: 100%;
}

.collection-hero-custom .hero-image {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .collection-hero-custom .hero-image {
    min-height: 280px;
  }
}