#logo img.logo-oqo {
  max-width: var(--logo-width);
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

footer img.logo-oqo--footer {
  width: auto;
  max-width: 200px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
