.sePage .sePageMain {
 margin-top: 0;
}

.sePageFooter {
margin-top: 0;
}

.se-background-position-y-edit { 
background-position-y: bottom !important; 
}

.kbs-hero-inner-ski .content-block-column {
 padding: 10% 2%;
}

.kbs-hero-top-fantasy .content-block-column {
 padding: 9% 8%;
}

/* 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;
}

/* Button Group */
.kbs-btn-group {
 display: flex;
 justify-content: center;
}

.seResponsive .content-block-column .kbs-btn-group .btn {
margin: 15px 7px 0;
}

@media only screen and (max-width: 768px) {
.kbs-btn-group {
flex-direction: column;
display: inline-flex;
}
}