/* Display the supplied artwork without redrawing the registered mark. */
.official-brand-mark {
  display: inline-block !important;
  flex-shrink: 0;
  background: #fff url('/static/jiugongge-official-logo.jpg') 50% 29% / 302% auto no-repeat !important;
  border-radius: 0 !important;
  color: transparent !important;
}
.official-brand-lockup {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
