.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 {
    width: 136px !important;
    height: 54px !important;
  }

  .home-brand-image img {
    transform: translateY(-6px);
  }

  .site-nav {
    top: 78px !important;
  }
}