/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .leftmenu {
        max-height:200px;
        overflow-x:hidden;
        overflow-y: auto;
    }
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .leftmenu {
        max-height:none !important;
        overflow-x:hidden;
        overflow-y: auto;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .leftmenu {
        max-height:none !important;
        overflow-x:hidden;
        overflow-y: auto;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .leftmenu {
        max-height:none !important;
        overflow-x:hidden;
        overflow-y: auto;
    }
}