/* Keep the client-area logo tidy across desktop & mobile */
.navbar-brand img,
.header .logo img,
.logo img {
  max-height: 30px;
  width: auto;
  height: auto;
}

@media (max-width: 576px) {
  .navbar-brand img,
  .header .logo img,
  .logo img {
    max-height: 42px;
  }
}
