#header {
    position:absolute!important;
}
@media screen and (max-width: 1024px) {
#footer p, #footer a, #footer li, #footer ol, #footer ul, #footer span {
    font-size:12px!important;
}
}
@media screen and (max-width: 767px) {
    #footer img {
        width:25%!important;
    }
    #footer .lc-section-content {
    padding: 30px 0 30px 0!important;
}
}