.msk-product-video {
    margin: 40px auto;
    max-width: 1180px;
    padding: 40px 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}

/* Titel in de stijl van "RETOURBELEID" */
.msk-product-video-title {
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 24px;
    letter-spacing: 0.03em;
    font-family: inherit;
}

/* Responsive video container met afgeronde hoeken */
.msk-product-video-inner {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 verhouding */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
}

.msk-product-video-embed iframe,
.msk-product-video-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
