.brand-mark.has-logo{
  width:auto;
  min-width:42px;
  max-width:160px;
  padding:6px 10px;
  background:transparent;
  border-color:transparent;
}

.brand-logo{
  display:block;
  max-width:138px;
  max-height:34px;
  object-fit:contain;
}

@media(max-width:760px){
  .brand-mark.has-logo{
    max-width:132px;
    min-width:38px;
    padding:5px 8px;
  }

  .brand-logo{
    max-width:112px;
    max-height:30px;
  }
}
