html, body { overflow-x: hidden; } body { background: linear-gradient(180deg, var(--paper) 0, var(--bg) 720px) no-repeat var(--bg); }
.site-container { background: transparent; } .content-bg.single-entry {
background: transparent !important;
box-shadow: none !important;
border: 0 !important;
padding: 0 !important;
} .beit-hero,
.beit-section,
.beit-cta {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}