header .custom-logo{
    max-width: 120px;
}

#mobile-menu .custom-logo{
    max-width: 150px;
}

@media only screen and (min-width: 1024px){
    header .custom-logo{
        max-width: 150px;
    }
}