.product-collection-banner {
  width: 100%;
}

.product-collection-banner__image-holder {
  height: 90px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .product-collection-banner__image-holder {
    height: 225px;
  }
}
