.header-brand{
  display:block !important;
  flex:0 0 auto;
  width:auto !important;
  height:54px !important;
  line-height:normal !important;
  overflow:visible;
}

.header-brand img{
  display:block !important;
  width:auto !important;
  height:54px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain;
  object-position:left center;
}

.header-brand:hover img{
  filter:drop-shadow(0 0 10px rgba(140,255,0,.22));
}

@media(max-width:620px){
  .header-brand{
    height:42px !important;
  }

  .header-brand img{
    width:auto !important;
    height:42px !important;
  }
}
