.slideshow .contentslide__product-desktop-image-wraper img {
    max-width: 500px;
    width: unset;
}

@media screen and (max-width: 960px) {
    .slideshow .contentslide__product-desktop-image-wraper img {
       max-height: 389px;
    }
}