.vc-1547-carousel {
    width: 100%;
    min-height: 400px;
    background: #000;
}

.vc-1547-slide-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-1547-video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.vc-1547-video-wrapper iframe,
.vc-1547-video-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.vc-1547-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}

.vc-1547-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    transition: background 0.3s;
}

.vc-1547-play-btn:hover {
    background: rgba(255,0,0,0.8);
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255, 255, 255, 0.8) !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
}
