.mySwiper13 {
    width: 100%;
    height: 1530px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper13 .swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.video-slider-mobile-image {
    height: 200px;
}

.swiper-pagination-13 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: linear-gradient(180deg,
            rgb(254, 96, 107) 0%,
            rgb(255, 135, 115) 43.27%,
            rgb(255, 161, 78) 100%) !important;
}

.swiper-pagination-13 .swiper-pagination-bullet {
    background: gray;
    width: 20px !important;
    height: 20px !important;
}