.logo {
    width: 200px;
}

@media screen and (max-width:990px) {
    .logo {
        width: 300px;
    }
}
