/* VELAXIZ v1.53.0 — Product video 58% width + continuous certification autoplay. */

/* Product video: smaller desktop footprint, left aligned with the module content. */
.prodeta-video-list {
    justify-content: flex-start;
}
.prodeta-video-list .items {
    width: 58%;
    max-width: 700px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .prodeta-video-list .items {
        width: 66%;
        max-width: 680px;
    }
}
@media (max-width: 991px) {
    .prodeta-video-list .items {
        width: 100%;
        max-width: none;
    }
}
