body {
    background-repeat: no-repeat;
    background-attachment: fixed;
background-size: cover;
}

@media screen and (min-width: 300px) and (max-width: 699px) {
    body {
        background-image: url('/Content/Images/Eatizaz_375_res.png');
        background-size: 100% 100%;
        background-attachment: scroll;
    }
}


@media screen and (min-width: 700px) and (max-width: 1199px) {
    body {
        background-image: url('/Content/Images/Eatizaz_700_res.png');
        background-size: 100% 100%;
        background-attachment: scroll;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    body {
        background-image: url('/Content/Images/Eatizaz_1200_res.png');
        background-size: cover;
        background-attachment: scroll;
    }
}

@media screen and (min-width: 1501px) {
    body {
        background-image: url('/Content/Images/Eatizaz_1400_res.png');
        background-size: cover;
        background-attachment: scroll;
    }
}
