.section.sePageSection.sePageSectionResponsive.hero-image {
margin-bottom: 0px;
}

.sePage .sePageMain {
margin-top: 0px;
}

.hero-image {
background-attachment:fixed;
 }

.hero-image .editContent {
margin-left: 45px;
}

.electric-bikes .editContent {
margin-left: 45px;
}

.sePageFooter {
 margin-top: 0px;
}

.se-custom-logo-section .default-brands-2 img,
.se-custom-logo-section .default-brands-3 img,
.se-custom-logo-section .default-brands-4 img,
.se-custom-logo-section .default-brands-5 img,
.se-custom-logo-section .default-brands-6 img {
 width: 100%; 
 height: 100%;
 max-height: 90px;
 max-width: 360px;
}

.se-custom-logo-section .default-brands-2 div.editContent,
.se-custom-logo-section .default-brands-3 div.editContent,
.se-custom-logo-section .default-brands-4 div.editContent,
.se-custom-logo-section .default-brands-5 div.editContent,
.se-custom-logo-section .default-brands-6 div.editContent {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 15px 5px;
 height: 100%;
}

@media only screen and (min-width: 992px) {
 .se-custom-logo-section .default-brands-2>div, 
 .se-custom-logo-section .default-brands-3>div,
 .se-custom-logo-section .default-brands-4>div,
 .se-custom-logo-section .default-brands-5>div {
 width: 20%;
 }

.se-custom-logo-section .default-brands-4>div:first-child {
 margin-left: 10%;
}

.se-custom-logo-section .default-brands-3>div:first-child {
 margin-left: 20%;
}

.se-custom-logo-section .default-brands-2>div:first-child {
 margin-left: 30%;
}
}

@media only screen and (max-width:767px){.hero-image {background-attachment:initial;}}

@media only screen and (min-width:768px){.hero-image {padding: 90px 60px;}}

/* 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;
}

/* HERO */
.se-background-position-x-edit {
background-position-x: center !important;
}
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 8% 15px;
}
