.dd-background {
    position: static;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.dd-background.dd-background-fixed {
    background-attachment: fixed;
    background-size: cover;
}