/* Keep the supplied Fuyao artwork circular, proportional, and centered. */
img[src*="logo.png"],
img[src*="brand-symbol.png"],
img[src*="fuyao-logo.png"],
.brand img,
.modal-brand img,
.login-brand img {
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 50% !important;
  background: transparent !important;
}

