/* override to force a full view on all devices */
html, body {
  min-width: 1200px !important;
  overflow-x: auto !important;
}


