@media (max-width: 600px) {
    .product-gallery .t-slds__main {
        width: calc(100vw - 30px) !important;
    }
    .product-gallery .t-slds__main .tn-atom__slds-img {
        width: 100% !important;
    }
}