.topbar .brand {
  display: inline-flex !important;
  align-items: center;
  width: auto;
  max-width: calc(100% - 58px);
  padding: 0;
  text-decoration: none;
  line-height: 0;
}

.topbar .brand img {
  display: block !important;
  width: auto !important;
  height: 34px !important;
  max-width: min(190px, 58vw) !important;
  object-fit: contain;
}

.brand-on-dark img {
  content: url('/assets/brand/medyasfer-logo-dark.png');
}

@media (min-width: 621px) {
  .topbar .brand img {
    height: 38px !important;
    max-width: 215px !important;
  }
}
