.swiper-slide {
    text-align: center;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-size: cover;
    background-position: center;
}

.swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 14;
}

.mySwiper2 {
    max-height: 740px;
    height: 84%;
    width: 100%;
}

.mySwiper {
    height: 16%;
    box-sizing: border-box;
    padding: 10px 0 14px;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img, .swiper-slide video, .swiper-slide blockquote {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
}

/* .swiper-slide video, .swiper-slide blockquote {
    pointer-events: none;
    touch-action: pan-y;
}

.swiper-slide.video-active video, .swiper-slide.video-active blockquote {
    pointer-events: auto;
}*/

.swiper-button-next, .swiper-button-prev, .swiper-2-button-next, .swiper-2-button-prev {
    color: black;
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 48px;
    opacity: 0.8;
    pointer-events: none;
}

@media (max-width: 768px) {
    .swiper {
        aspect-ratio: auto;
    }
}

.swiper-pagination {
    position: absolute;
    bottom: -6px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #cabc73;
    opacity: 1;
    background: rgba(122, 122, 122, 0.4);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: rgba(207, 181, 59, 1);
}