#slide-list-info{
    position:relative;
    opacity:0;
    top:0px;
}

.with-background{
    top:-190px !important;
}

.no-background{
    top:0px !important;
}

#footer-section{
    position:relative;
    z-index:999999999999;
    top:-150px;
}

.footer-with-background{

}

.footer-no-background{
    margin-top: 35px;
}

@media (max-width: 767px) {
    .with-background{
        top:-100px !important;
    }
}

@media (max-width: 480px)  {
    .with-background{
        top:unset !important;
    }
    #footer-section{
        position:relative;
        z-index:999999999999;
        top:-150px;
        margin-top:50px;
    }

    .footer-with-background{
        top:0px !important;
        margin-top:0px !important;
    }
    
    .footer-no-background{
        top:-150px !important;
        margin-top:50px !important;
    }

    .footer-no-clear{
        display:none;
    }
}
