#catalogPage .single-product .slider-image {
    max-height: 100%!important;
}

@media (max-width: 767px) {
    #catalogPage .single-product .product-image {
        /*height: 100%!important;*/
        height: auto!important;
    }
}