/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.mobile_video_image {
    background-position:center top !important;
}

@media(max-width: 1024px) and (min-width:1000px) {
    .mobile_video_image {
        background-position:center -183px!important;
    }
}