@media (max-width: 659px) {
    body {  
        background: #f0dfd0 url(../../img/background/bg-italian-flavors-2-max659.jpg) fixed center 0% no-repeat;     
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body{
        background: url(../../img/background/bg-italian-flavors-2-max989.png) center 40px no-repeat, url(../../img/background/bg-italian-flavors-2-max989.jpg) fixed center 0% no-repeat;
        background-color: #f0dfd0;
    }
}

@media (min-width: 990px)  {
    body{
        background: url(../../img/background/bg-italian-flavors-2.png) center 0% no-repeat, url(../../img/background/bg-italian-flavors-2.jpg) fixed center 0% no-repeat;
        background-color: #f0dfd0;
    }
}
