/* Video */
.video-slide {
    .ms-slide-bgvideocont {
        &:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            #{$left}: 0;
            background: #000;
            opacity: .5;
        }
    }
}

.fit-video {
    line-height: 1;
    position: relative;
    width: 100%;
    iframe, .wp-video {
        width: 100% !important;
    }
}
.video-bg {
    object-fit:cover;
    object-position:50% 50%;
    width:100%;
    height:100%;
    outline: none
}
