/*
Custom tab
*/

body#product .tab-content .tab-pane.video-tab > p {
    text-align: center;
    max-width: 100%;
}
@media (max-width:1199px) {
    body#product .tab-content .tab-pane.video-tab > p {
        position: relative;
        padding-bottom: 56.25%;
    }
    body#product .tab-content .tab-pane.video-tab > p > iframe {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: absolute;
        inset: 0;
    }
}