@media only screen and (max-width: 768px)
.ProductZoomImageBox img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}