@media screen and (max-width:767px){
.marginBottom { margin-bottom: -40px !important; } 
}

@media screen and (min-width:768px){
.marginBottom { margin-bottom: -70px !important; } 
}