@media only screen and (min-width:1px) and (max-width:925px) {
    .logo-container img { height:47px; }
}
@media only screen and (min-width:1px) and (max-width:520px) {
    .logo-container img { height:40px; }
}
