.mySwiper .swiper-navigation {
    display: none;
}

.mySwiper_mobile.dots-over .swiper-pagination {
    bottom: 0;
}

.slide-caption-title {
    font-size: .7rem;
}

.slide-caption-title a {
    color: var(--bs-template);
}

.mySwiper_mobile.dots-over .swiper-pagination .swiper-pagination-bullet {
    border-color: #d7d7d7;
}

.mySwiper_mobile.dots-over .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--bs-template);
}

.mobile-only-swiper {
    display: none;
}

.desktop-only-swiper {
    display: block;
}

@media (max-width: 991px) {
    .mobile-only-swiper {
        display: block;
    }

    .desktop-only-swiper {
        display: none;
    }
}
