@media (min-width: 992px) {
    .product-gallery {
        position: relative;
    }
    .product-gallery #image_wrapper:not(.fullscreen) {
        position: sticky;
        top: 15rem;
    }
}
