Video Slider Styles
.swiper-pagination-bullet{
    width: 54px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
    z-index: 40;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 36px;
    span{
        width: 54px;
        height: 2px;
        border-radius: 0px;
        background-color: #fff;
        position: relative;
        z-index: 40;
    }
}

@media (max-width: 768px) {
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10vh;
        @media (max-width: 768px) {
            bottom: 12vh;
        }
    }
}
