.sePage .sePageFooter { margin: 0; }

.se-background-position-x-edit {
 background-position-x: 30% !important;
}

.dbs-hero-top.se-background-position-x-edit .content-block-column {
 padding: 16% 15px;
}

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}