@media only screen and (max-width: 991px) { 
.header {
height: auto!important;}
}
.cns-banner-spui-div {
    margin-top: 10px; /* por defecto */
}

@media only screen and (min-width: 1200px) { 
    .cns-banner-spui-div {
        margin-top: 70px !important; /* por defecto */
    }
}