@media only screen and (max-width: 768px) {
    .theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-image .theme-product-detail-image-inner img {
        object-fit: contain !important;
        width: 100% !important;
        height: 100% !important;
    }
}