@media only screen and (max-width: 520px) {
.main-area .content .brand img {
    max-width: 100% !important;
    height: auto !important;
}
}