.l-main-wrapper {
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.18) 5%,
        rgba(255,255,255,0.35) 10%,
        rgba(255,255,255,0.6) 15%,
        rgba(255,255,255,0.8) 20%,
        rgba(255,255,255,0.9) 50%,
        rgba(255,255,255,0.8) 80%,
        rgba(255,255,255,0.6) 85%,
        rgba(255,255,255,0.35) 90%,
        rgba(255,255,255,0.18) 95%,
        rgba(255,255,255,0.1) 100%),
        url(https://icap.sustainability.illinois.edu/files/styles/adaptive/adaptive-image/public/project/7638/gallery/IMG_8912.jpg?itok=4BgXgVoj);
    background-size: cover;
}

body:not(.page-fullWidth) .l-main-wrapper > .l-main {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
}
