/*Extra Small*/
@media(max-width:767px){
    .file-menu-body{
        height: auto;
    }

}

/*Small*/
@media(min-width:768px) and (max-width:991px){

    .file-menu-body{
        height: auto;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    .file-menu-body{
        height: 560px;
    }
}