

@media only screen and (min-width: 480px) and (max-width: 800px){
 .logo a{height: 50px !important;}
}
@media only screen and (max-width: 480px){
 .logo a{height: 30px !important;}
}