/* 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.20);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

/* FOOTER */ .sePageFooter { margin-top: 0px; }


.sePage .sePageMain {
margin-top: 0px;
}

 
.sePageContent .remove-margin {
margin-bottom: 0px;
}

.black-friday .block-bg-img { padding: 120px 15px; }

.make-tall .block-bg-img { padding: 50px 15px; }

.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;
}

.hero-image {
background-attachment:fixed;
 }
 
@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}
}

.ws-section-img-hero-top .hero-text-backdrop {
 background: rgba(0, 0, 0, 0.75);
 display: inline-block;
 border-radius: 12%;
 backdrop-filter: blur(3px);
}

.ws-section-img-hero-top .block-bg-img {
 padding: 120px 30px;
}