@media (min-width: 992px) {
    .mylogo{
        max-height: 100px !important;
    }
}

@media screen and (max-width: 991px) {
    .mylogo{
        max-height: 60px !important;
    }
    
}