.uc-footer {
    position: fixed;
    display: inline-block;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
}


@media screen and (max-width: 800px) {
    
.uc-footer {
    position: relative;
    display: inline-block;
    left:auto;
    bottom:auto;
    right:auto;
    width: 100%;
}

}