/* Shared phone-density pass for the main site and every demo. */
@media (max-width: 520px) {
  html { font-size: 14px !important; }
  body { text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
  section { scroll-margin-top: 4.75rem; }
  button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
  img, video, iframe { max-width: 100%; }
}

@media (max-width: 380px) {
  html { font-size: 13.5px !important; }
}
