.product-img.product-img-zoom {
    width: 100% !important;
    height: 250px !important;
    position: relative !important;
    overflow: hidden !important;
}

.product-img.product-img-zoom a {
    display: block !important;
    width: 100% !important;
    height: 250px !important;
}

.product-img.product-img-zoom img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    object-position: center !important;
}