    body {
    background: url(https://mil.ru/files/files/fon-armygames18-10.jpg) 50% 50% no-repeat;
    background-attachment: fixed;
    }

@media screen and (min-width: 600px) {
       body{
background-size: cover;
    }
   }