#logo img{
    max-width: 100%;
    height: 101px;
}
@media only screen and (min-width: 993px){
    header.small #logo img{
        max-width: 100%;
        height: 61px;
    }
}