@media only screen and (max-width: 479px){
    html body .logo img {
        max-height: 40px!important;
        margin-top: 7px;
    }
}