Hello There,
To resolve your issue, please update your custom css code and make use of this instead:
@media(min-width: 980px){
.x-colophon.top {
background-image: url("http://timanity.se/wp-content/uploads/2016/07/Footer.jpg");
bottom: 0;
position: fixed;
width: 100%;
z-index: 1;
}
}
Please let us know if this works out for you.