/* Keep the preview and hover viewport on the same intrinsic image bounds. */
.sc-product-images-main .oct-gallery { width:fit-content; max-width:100%; margin-left:auto; margin-right:auto; }
.sc-product-images-main .oct-gallery > img:not(.zoomImg),
.sc-product-images-main .slider-placeholder > img { display:block; max-width:100%; height:auto; aspect-ratio:auto; object-fit:contain; }
