body {
    background-image: url("images/background-4k.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

@media (max-width: 1440px) {
    body {
        background-image: url("images/background-fullhd.jpg");
    }
}
