.rvc-swiper {
    width: 100%;
    padding: 40px 0;
}

.rvc-video-box {
    overflow: hidden;
    border-radius: 20px;
    background: #000;
    text-align: center;
}

.rvc-video-box iframe {
    border: none;
    border-radius: 20px;
    max-width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}
