.hero,
.hero img {
  width: 100%;
  /* height: 300px;
  object-fit: cover; */
}

@media screen and (min-width: 992px) {
  .hero.product-banner {
    max-width: 1500px;
    margin: auto;
  }
}