
/* v28 canonical Marexo circular brand mark */
.site-header img[src*="marexo-circle-logo"],
header img[src*="marexo-circle-logo"] {
  width: 74px !important;
  height: 74px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}
.site-footer img[src*="marexo-circle-logo"],
footer img[src*="marexo-circle-logo"] {
  width: 96px !important;
  height: 96px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}
@media (max-width: 760px) {
  .site-header img[src*="marexo-circle-logo"],
  header img[src*="marexo-circle-logo"] {
    width: 60px !important;
    height: 60px !important;
  }
}
