.sho-header-logo,
.sho-footer-logo {
  width: 270px !important;
  max-width: 270px !important;
  height: 66px !important;
  max-height: 66px !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .sho-header-logo,
  .sho-footer-logo {
    width: 270px !important;
    max-width: 270px !important;
    height: 66px !important;
    max-height: 66px !important;
  }
}

