.logo { width: 260px; }
@media only screen and (max-width: 576px) {
    .logo { width: 120px; }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .logo { width: 180px; }
}