body {
    background-image: url('../../images/splash.jpg');
    background-size: cover;
}

@media (max-width: 1024px) {
    body {
        background-image: url('../../images/splash-mobile.jpg');
    }
}