@media only screen and (min-width: 768px) {
.sePage .sePageLayout .sePageMain .hmc-full-image-content .content-block-column, .sePage .sePageLayout .sePageMain .hmc-full-image-content-dark .content-block-column {
 min-height: 450px;
 background-position: 50% 0% !important;
}
}

@media only screen and (max-width: 767px) {
.sePage .sePageLayout .sePageMain .hmc-full-image-content .content-block-column, .sePage .sePageLayout .sePageMain .hmc-full-image-content-dark .content-block-column {
 min-height: 350px;
 background-position: 50% 0% !important;
}
}

.sePage .sePageLayout .sePageFooter {
 margin-top: 0px;
}








