@media screen and (max-width: 992px){

    #off{
        display: block;
    }
    #off .off{
        display: block!important;
    }
    #off .off-times{
        justify-content: center!important;
        margin-top: 10px;
    }

    #off a{
        margin:10px auto;
    }

    nav .nav-title{
        display: none!important;
    }

    #main{
        display: block!important;
    }



}