div#header .client_logo img{
width:auto;
height:240px;
}
@media (max-width: 480px) {
div#header .client_logo img{
width:auto;
height:auto;
}
}
