.sePage .sePageMain, .sePageFooter { margin-top: 2px; }

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
 border: 2px solid #000000;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA {
 border-bottom: 2px solid #000000;
}

/* 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;
}