.elementor-gallery-carousel {
    display: flex;
}
.elementor-gallery-carousel.left {
    flex-flow: row-reverse nowrap;
}
.elementor-gallery-carousel.left #thumb-slider {
    width: 130px;
    height: 600px;
    padding: 0;
}
.elementor-gallery-carousel.left #main-slider {
    width: calc(100% - 150px);
    margin-left: 20px;
    height: 600px;
}
.elementor-gallery-carousel.left #thumb-slider .swiper-wrapper {
    flex-direction: column;
}
.elementor-gallery-carousel.left #thumb-slider .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-slider .swiper-slide {
    text-align: center;
}
.main-slider .swiper-slide img {
    max-width: 540px;
    max-height: 540px;
    margin: 0 auto;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .elementor-gallery-carousel.left #main-slider {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        height: 100%;
    }
    .main-slider .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .elementor-gallery-carousel.left {
        flex-flow: column wrap;
    }
    .elementor-gallery-carousel.left #thumb-slider {
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .elementor-gallery-carousel.left #thumb-slider .swiper-wrapper {
        flex-direction: row;
    }
}
