/* Browser-audited mobile containment. */
@media (max-width: 860px) {
  html { overflow-x: hidden; }
}
