    @media (min-width:768px) and (max-width: 1024px){
        #bgHome{
            background-attachment: scroll!important;         
        }
        .hero-wrap .hero-bg{
            background-attachment: scroll!important;     
        }
        
    }
    @media (max-width:767px){
        .hero-wrap .hero-bg{
            background-attachment: scroll!important;     
        }
        #footer{
            margin-bottom: 100px;
        }
    }