.topbar .brand img {
  display: block;
  width: auto;
  height: 64px;
  max-width: 180px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .topbar .brand img {
    height: 52px;
    max-width: 140px;
  }
}
