.hotel-logo{
  flex:0 0 188px!important;
  width:188px!important;
}
.hotel-logo img{
  display:block!important;
  width:188px!important;
  height:62px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.site-footer__brand img{
  filter:none!important;
  background:#fff!important;
  border-radius:14px!important;
  padding:8px 10px!important;
  width:225px!important;
  max-height:90px!important;
}
@media (width<=760px){
  .hotel-logo{
    display:block!important;
    flex:0 0 136px!important;
    width:136px!important;
    min-width:136px!important;
  }
  .hotel-logo img{
    display:block!important;
    width:136px!important;
    height:52px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
}
@media (width<=390px){
  .hotel-logo{
    flex-basis:108px!important;
    width:108px!important;
    min-width:108px!important;
  }
  .hotel-logo img{
    width:108px!important;
    height:48px!important;
  }
}