@media screen and (min-width: 992px) {
    .menu-top-logo {
        height: 65px !important;
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .menu-top-logo {
        width: 96px !important;
        height: auto;
    }
}