.epc-product-videos{
    width:100%;
    overflow:hidden;
}

.epc-video-frame{

    width:100%;

    aspect-ratio:9/16;

    border:none;

    border-radius:20px;

}

.epc-video-item{
    position:relative;
}

.epc-video-overlay-trigger{
    position:absolute;
    inset:0;
    cursor:pointer;
    z-index:10;
}
.epc-video-thumb{

    position:relative;

    width:100%;

    aspect-ratio:9/16;

    background:#111;

    border-radius:12px;

    overflow:hidden;

}
.epc-product-videos{

    width:100%;

    overflow:hidden;

    visibility:hidden;

}

.epc-product-videos.swiper-initialized{

    visibility:visible;

}
.swiper-slide{

    height:auto !important;

}

.epc-video-thumb{

    aspect-ratio:9/16;

    width:100%;

    background:#111;

}
.epc-product-videos{
    contain: layout style paint;
}