@media only screen and (max-width: 960px){
   
    .mega-menu {
        width: unset !important;
    }
    .mega-menu li a {
        float: none;
        width: unset;
    }
}