/* SWIPER */

.swiper-caats-thumbs.elementor-widget-image-carousel .swiper {
    position: relative;
}

.swiper-thumbs-wrapper {
    width: 90%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.swiper-thumb {
    overflow: visible;
    width: calc(33.333% - 15px);
}

.swiper-thumb .swiper-wrapper .swiper-slide {
    height: 0;
    padding: 50%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;

}



.swiper-thumb .swiper-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .swiper-thumb {
        display: none;
    }


}

@media screen and (min-width: 768px) {
    .swiper-caats-thumbs .swiper-pagination {

        display: none;

    }

    .swiper-caats-thumbs .elementor-image-carousel-wrapper {
        padding-bottom: 14px !important;
    }
}