@media only screen and (max-width: 991px) {
    #site-header #headerbar {
       
        display: none;
    }
    
    #masthead {
        
        margin-top: 100px;
    } 
    
    #masthead.stick {
        margin-top: 100px;
    }
}