body {  
    /*background easter*/
    background: url(../../img/background/bg-italian-flavors.png) center 0% no-repeat, url(../../img/background/bg-italian-flavors.jpg) fixed center 0% no-repeat;
    background-color: #e3e7ea;

}

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

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