#brand {
  transition: .3s;
}

.topbar__brand {
  @include set-col(s, 2);
  @include set-col(lg, 2);

  display: block;
  @include media-max(lg) {
    flex: 1 75%;
  }

  img {
    display   : block;
    width     : 100%;
    height    : 100%;
    object-fit: contain;
    max-height: 45px;
    @include media-max(lg) {
      object-position: left;
    }
  }
}
