
.image-overlay .editContent,
.image-overlay .content-block-column {
 position: relative;
}

.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;
}

.hd_colorbar.sePageSection.sePageSectionResponsive.hero-image {
margin-bottom: 0px;
}


.sePage .sePageMain {
margin-top: 0px;
}
Adding parallax:
 
.hd_stockingstuffer {
background-attachment:fixed;
 }
 
@media only screen and (max-width:767px){.hd_stockingstuffer{background-attachment:initial;}
}

/* Parallax hero image*/
.bs-hp-hero {
padding-bottom: 0 !important;
background-attachment:fixed; 
-webkit-box-shadow: 0px -7px 22px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -7px 22px 0px rgba(0,0,0,0.25);
box-shadow: 0px -7px 22px 0px rgba(0,0,0,0.25);}
}

@media only screen and (max-width:767px){.bs-hp-hero {background-attachment:initial;}

.section.sePageSection.sePageSectionResponsive.hd_colorbar {
margin-bottom: 0px;
}

.section.sePageSection.sePageSectionResponsive.bs-hp-hero {
margin-bottom: 0px;
}
/* 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;
}

/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }



















































































