.site-header {
  height:100px;
}

.brand-mark {
  position:relative !important;
  display:block !important;
  width:84px !important;
  height:84px !important;
  overflow:hidden !important;
}

.brand-mark img {
  position:absolute !important;
  width:164px !important;
  height:auto !important;
  max-width:none !important;
  left:-41px !important;
  top:-16px !important;
  transform:none !important;
  object-fit:initial !important;
  filter:grayscale(1) contrast(1.18) brightness(1.1) !important;
  mix-blend-mode:screen !important;
  opacity:1 !important;
}

@media(max-width:760px) {
  .site-header { height:82px; }
  .brand-mark {
    width:70px !important;
    height:70px !important;
  }
  .brand-mark img {
    width:140px !important;
    left:-35px !important;
    top:-13px !important;
  }
}
