/* Swiper Defaults */
:root {
    --swiper-theme-color: #ffffff;
    --swiper-navigation-color: var(--swiper-theme-color);
    --swiper-navigation-size: 30px;
}

@media screen and (max-width:767px) {
    .banner--carousel .swiper-button-next, .banner--carousel .swiper-button-prev {
        display: none;
    }
}


