/* Product Bridge full-image contexts: preserve the original composition. */
.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .flex-viewport img,
.pswp img.pswp__img {
	max-width:100%;
	max-height:calc(100vh - 48px);
	width:auto;
	height:auto;
	object-fit:contain;
}
