/**
 * Basic styling for Service Slider.
 * Slides are transparent so that their Elementor template content defines visuals.
 */

.swiper.mySwiper {
    width: 100%;
    height: 100%;
}

.swiper.mySwiper .swiper-wrapper {
    align-items: stretch;
}

.swiper.mySwiper .swiper-slide {
    background: transparent;
    display: flex;
    align-items: stretch;
}

.swiper.mySwiper .swiper-slide > * {
    width: 100%;
}
