.vc-6401-wrapper {
    position: relative;
    width: 100%;
}

.vc-6401-carousel {
    width: 100%;
    padding: 0 40px; /* Space for arrows */
}

.vc-6401-video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #000;
}

.vc-6401-video-container iframe,
.vc-6401-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Swiper Nav Styling */
.vc-6401-carousel .swiper-button-next,
.vc-6401-carousel .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.vc-6401-carousel .swiper-button-next:after,
.vc-6401-carousel .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}