.max-height {
    max-height: 60px !important;
}
@media(max-width: 992px) {
    .max-height {
        max-height:60px !important
    }
}