@media (min-width: 992px) {
  .single-product .container-fluid.px-0.overflow-hidden {
    overflow: visible !important;
  }

  .single-product .wave-product-gallery-sticky {
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 1;
    max-height: calc(100vh - 140px);
  }

  .single-product .woocommerce div.product div.images {
    max-height: calc(100vh - 140px);
  }

  .single-product .woocommerce div.product div.images img {
    max-height: calc(100vh - 160px);
    object-fit: contain;
  }
}
