/**
 * FIX : 5.03.2020
 * Video object fit nu merge pe IE11 / Edge
 */
@supports (-ms-ime-align:auto) {
    .model_first_section .model_first_image .video-background {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .model_first_section .model_first_image .video-background {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
    }
}