body {
    background: url("/static_files/images/bg_image.jpg") no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 576px) {
    body {
        background: url("/static_files/images/bg_image_mobile.png") no-repeat center center fixed;
    }
}