#collection-hero-section {
  height: 45rem;
}

#collection-hero-section .image__container {
  height: inherit;
}
#collection-hero-section .image__container img {
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  #collection-hero-section {
    height: 37.5rem;
  }
}
@media screen and (min-width: 750px) {
  #collection-hero-section {
    height: 45rem;
    margin-top: -2.4rem;
  }
}