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


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