/* VELAXIZ v1.52.0 — Product detail video proportion + 5-item certification carousel threshold. */

/* Product video: slightly smaller than v1.51 and aligned with the left edge of the module content. */
.prodeta-video-list {
    justify-content: flex-start;
}
.prodeta-video-list .items {
    width: min(64%, 760px);
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .prodeta-video-list .items {
        width: min(72%, 720px);
    }
}
@media (max-width: 991px) {
    .prodeta-video-list .items {
        width: 100%;
    }
}
