.brand-logo{
  display:block;
  width:168px;
  height:auto;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.topbar .brand-logo,
.header-inner .brand-logo{width:140px}
@media(max-width:740px){
  .brand-logo{width:138px}
  .topbar .brand-logo,
  .header-inner .brand-logo{width:122px}
}
