
/* Home logo size polish v118 */
.ha-logo-stat img{
  width:48px!important;
  height:32px!important;
  object-fit:contain!important;
  padding:3px!important;
  background:#fff!important;
  border-radius:2px!important;
}

@media(max-width:700px){
  .ha-logo-stat img{
    width:42px!important;
    height:28px!important;
  }
}
