
/* eventIN v9.5 — ONLY event IN wordmark */
.site-header .brand-image-v91 img{
  object-fit:contain!important;
  filter:none!important;
}
@media(min-width:901px){
  .site-header .brand-image-v91 img{
    height:30px!important;
    width:auto!important;
    max-width:160px!important;
  }
}
@media(max-width:900px){
  .site-header .brand-image-v91 img{
    height:25px!important;
    width:auto!important;
    max-width:135px!important;
  }
}
