/* Singapore-specific adjustments layered over the current HKCM visual system. */
.logo__full {
  width: auto;
  height: 68px;
  max-width: 190px;
  object-fit: contain;
}

.logo--footer .logo__full {
  height: 86px;
}

.v2-mcard__art img {
  object-fit: contain;
}

@media (max-width: 720px) {
  .logo__full {
    height: 54px;
    max-width: 150px;
  }
}
