.home-brand-image {
  background: none !important;
}

.home-brand-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

@media (max-width: 620px) {
  .brandbar.fade {
    min-height: 72px !important;
  }

  .home-brand-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 136px !important;
    height: 54px !important;
  }

  .home-brand-image img {
    transform: none !important;
    object-position: center center !important;
  }

  .site-nav {
    top: 78px !important;
  }
}