.navbar-brand img {
    width: 1.5rem;
}

@media(min-width: 992px) {
    .navbar-brand img {
        width: 2rem;
    }
}