body {
    background-repeat: no-repeat;
    background: url("../../img/background.jpg");
}

@media (min-width: 1024px) {
    body {
        background-size: cover;
    }
}
