/* Add custom CSS styles below */ 
@media(min-width:678px){
 section.s-block.s-block--banners {
    margin-top: -60px !important;
} 
}

@media(max-width:678px){
 section.s-block.s-block--banners {
    margin-top: -25px !important;
} 
}