.jcms-image-gallery .carousel-inner {
    max-height: 641px;
    min-height: 163px;
    height: 641px;/*51vw;*/
}


@media screen and (max-width: 1200px) {
    .jcms-image-gallery .carousel-inner {
        max-height: 641px;
        min-height: 163px;
        height: 529px;
    }
}

@media screen and (max-width: 991px) {
    .jcms-image-gallery .carousel-inner {
        max-height: 641px;
        min-height: 163px;
        height: 405px;
    }
}


@media screen and (max-width: 767px) {
    .jcms-image-gallery .carousel-inner {
        max-height: 641px;
        min-height: 163px;
        height: 51vw;
    }
}