/* Reliable Drain v23 new logo sizing */
.brand img,
.header .brand img{
  max-height:76px!important;
  max-width:150px!important;
  width:auto!important;
  object-fit:contain!important;
}

.footer-branding>img,
.footer .footer-branding img[src*="newreliablelogo"]{
  max-width:170px!important;
  max-height:170px!important;
  width:auto!important;
  height:auto!important;
  background:#fff;
  border-radius:14px;
  padding:6px;
}

.mobile-head img,
.mobile-panel img[src*="newreliablelogo"]{
  max-width:120px!important;
  max-height:120px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
}

@media(max-width:980px){
  .brand img,
  .header .brand img{
    max-height:62px!important;
    max-width:118px!important;
  }
  .navrow{
    min-height:76px!important;
  }
}

@media(max-width:520px){
  .brand img,
  .header .brand img{
    max-height:58px!important;
    max-width:108px!important;
  }
}
