/* Small front-end patch only. The existing Getic Cross page CSS remains in control. */
.gc7 .gc7-patch-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  margin: auto !important;
}

.gc7 .gc7-patch-logo[data-gc7-logo-key="brutangerie"] img {
  max-height: 78px !important;
}

.gc7 .gc7-patch-logo[data-gc7-logo-key="constantin-nautics"] img {
  max-height: 96px !important;
}

.gc7 .gc7-patch-logo[data-gc7-logo-key="dom-dan"] img {
  max-height: 96px !important;
}

.gc7 .gc7-patch-logo[data-gc7-logo-key="fitline"] img {
  max-height: 82px !important;
}

@media (max-width: 760px) {
  .gc7 .gc7-patch-logo[data-gc7-logo-key="brutangerie"] img,
  .gc7 .gc7-patch-logo[data-gc7-logo-key="fitline"] img {
    max-height: 64px !important;
  }

  .gc7 .gc7-patch-logo[data-gc7-logo-key="constantin-nautics"] img,
  .gc7 .gc7-patch-logo[data-gc7-logo-key="dom-dan"] img {
    max-height: 74px !important;
  }
}
