#logo img{
  display:block;
  width:auto!important;
  height:auto!important;
  max-width:180px!important;
  max-height:100px!important;
  object-fit:contain;
}
@media (max-width:767.98px){
  #logo img{
    max-width:150px!important;
    max-height:80px!important;
  }
}
