.brand-logo img{
max-width: 190px;
}
@media (min-width: 320px) and (max-width: 992px) {
.brand-logo img{
max-width: 130px !important;
}
}