/* ONE HIT MUSIC V414 — slightly smaller header logo at every breakpoint. */
@media (min-width:981px){
  html:not([data-ohm-rdc-private-nav="1"]) body #home.page>header.topbar>#ohmFinalHeaderLogo,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#ohmFinalHeaderLogo{
    width:196px!important;
    min-width:196px!important;
    max-width:196px!important;
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
  }
}

@media (min-width:701px) and (max-width:980px){
  html body #home.page>header.topbar>#ohmFinalHeaderLogo,
  html body header.topbar>#ohmFinalHeaderLogo{
    width:164px!important;
    min-width:164px!important;
    max-width:164px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
  }
}

@media (max-width:700px){
  html.ohm-header-v374 body #home.page>header.topbar>#ohmFinalHeaderLogo,
  html.ohm-header-v374 body header.topbar>#ohmFinalHeaderLogo{
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:35px!important;
    min-height:35px!important;
    max-height:35px!important;
  }
}

@media (max-width:380px){
  html.ohm-header-v374 body #home.page>header.topbar>#ohmFinalHeaderLogo,
  html.ohm-header-v374 body header.topbar>#ohmFinalHeaderLogo{
    width:124px!important;
    min-width:124px!important;
    max-width:124px!important;
    height:32px!important;
    min-height:32px!important;
    max-height:32px!important;
  }
}
