.brand-logo img {
    height: 60px;
}


@media only screen and (min-width:320px) and (max-width:767px){
.brand-logo img {
    height: 100%;
}
}