#header #logo-img{
    max-width: 95%;
}

@media screen and (max-width: 767px){
    #header #logo-img{
        height: auto;
    }
}