If you'd like your background image to stay fixed and not scroll along with the content, follow these steps.
- Navigate to the Customize section of the Campaign Manager.
- Select the Edit Content section
- Go to the Custom CSS section on the left side of your screen and add the following code:
#background-image {
background-attachment: fixed !important;
}