/* =========================
   GLOBAL RESET / NO CONTAINER
   ========================= */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  overflow-x: hidden;
}

/* Kill common theme containers */
#page, .site, .site-content, .content-area, .container, .wrap, .wrapper,
main, #content, #primary, .entry-content, .wp-site-blocks {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Your main wrapper */
#site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html, body {
  overflow-x: hidden;
}
