/*
Theme Name: MBD Avada Child
Description: Child theme for Avada theme
Author: My Brother Darryl
Author URI: https://www.mybrotherdarryl.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

.fullwidth-box.video-background .fullwidth-video video {
    width: 100vw !important;
    height: 100vh!important;
    object-fit: cover;
    position: fixed;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    z-index: -1;
    transform: none!important;
}