@media only screen and (min-width: 320px) and (max-width: 479px) {

    .phone-hide{
        display: none !important;

    }
    .phone-show{
        display: block !important;
    }
    .side-mini-panel .sidebarmenu .sidebar-nav {
  
        width: 318px;
    
    }
}



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

}