.sePage .sePageMain {
margin-top: 0px;
}

.hero-image {
background-attachment:fixed;
 }
 
@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}
}
/* 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;
}
/* SHOP LINKS */

.se-shop-links .content-block-column::before {
 content: '';
 background-color: rgba(0, 0, 0, 0.25);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

.se-shop-links .editContent, .se-shop-links .content-block-column {
 position: relative;
}

.sePageContent .sePageSection.se-shop-links {
 margin-bottom: 0px;
}

.se-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}

.sePage .sePageLayout .se-shop-links h3 {
 margin-top: 22px;
}

.seResponsive .se-shop-links .content-block-column .btn {
 margin-bottom: 22px;
}
