@media screen and (min-width: 990px) {
  .shopify-section[id*="__main"] img {
    max-height: 65vh !important;
    object-fit: contain !important;
  }

  .shopify-section[id*="__main"] .media {
    max-height: 65vh !important;
    overflow: hidden !important;
  }
}
