body.hgs-about-root .hgs-about-detail__meta,
body.hgs-about-root .hgs-about-detail__summary,
body.hgs-about-root .hgs-about-detail__content-title,
body.hgs-about-root .hgs-about-detail__qrcode {
  display: none;
}

body.hgs-about-root .hgs-about-detail__richtext img,
body.hgs-about-root .hgs-about-detail__richtext video,
body.hgs-about-root .hgs-about-detail__richtext iframe {
  height: auto !important;
  max-width: 100% !important;
}

body.hgs-about-root .hgs-about-detail__richtext table {
  max-width: 100%;
}

@media (max-width: 768px) {
  body.hgs-about-root .hgs-about-detail__content-body {
    margin: 0 10px;
  }
}
