
body {
    background: url(https://www.desconsolados.com/wp-content/uploads/2014/05/childoflight.jpg) no-repeat fixed center top;
    background-size: 100%;
}

@media only screen and (max-width: 1023px) {

    body {
        background: none;
    }
}
