/* Add custom CSS styles below */ 
.navbar-brand img {
    height: 70px !important;
}



@media (max-width: 600px) {
    .navbar-brand img {
        height: 53px !important;
    }
}