.video-js {
    width: 100% !important; 
    height: 100% !important; 
    padding-top: 0 !important; 
    background-color: transparent !important;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; 
}

[dir="rtl"] .owl-carousel .owl-dots {
    right: auto !important;
    left: 10px !important; 
}
[dir="rtl"] .owl-carousel .owl-dot {
    float: left !important;
}

/* Nutrisome always RTL */
body.nutrisome-rtl-content .product-details,
body.nutrisome-rtl-content .toggle,
body.nutrisome-rtl-content .dynamic-sections {
    direction: rtl !important;
    text-align: right !important;
}



@media (max-width: 768px) {
    [dir="rtl"] .owl-carousel .owl-dots {
        right: auto !important;
        left: 2px !important; 
        top: 390px;
    }
    [dir="rtl"] .owl-carousel .owl-dot {
        float: left !important;
    }

    [dir="ltr"] .owl-carousel .owl-dots {
        left: auto !important;
        right: 2px !important; 
        top: 390px;
    }
    [dir="ltr"] .owl-carousel .owl-dot {
        float: right !important;
    }
}