/* Hide Squarespace header, footer, and all page chrome */ #header, #footer, .header, .footer, header, footer, [data-nc="header"], [data-nc="footer"], .sqs-announcement-bar-dropzone { display: none !important; } /* Remove all page padding/margins */ body, #page, #content, .content-wrapper, main, article, section, .page-section, .sqs-layout { padding: 0 !important; margin: 0 !important; max-width: 100vw !important; } /* Prevent scrolling on the parent page */ body { overflow: hidden !important; }