@media only screen and (max-width: 600px) {
    .sub-menu{
        display: block !important;
    }

    #menu-container > .container{
        padding: 0 !important;
    }
}