@media (max-width:991px){
    span.header-mail, span.header-phone{
        display:none!important;	
    }
    .company-title{
        font-size:24px!important;
    }
    .mobile-top-head-center{
        text-align: center!important;
    }
}
@media (max-width:400px){
    .company-title{
        font-size:18px!important;
    }
    #mobile-nav-toggle {
        top:50px!important;
    }
}

    .fullscreen{
        height:100vh!important;
    }