@media (min-width: 990px) {
	body {  
	    /*background fresh products*/
	    background: url(../../img/background/bg-fresh-products-v2-1920.jpg) center 0% no-repeat, url(../../img/background/bg-fresh-products-v2-repeat-1920.jpg) center -215px repeat; 
	}
}

@media (min-width: 660px) and (max-width: 989px) {
    body{
        background: url(../../img/background/bg-fresh-products-v2-1250.jpg) center 0% no-repeat, url(../../img/background/bg-fresh-products-v2-repeat-1250.jpg) center -138px repeat;
    }
}

@media (max-width: 659px) {
    body{
        background: url(../../img/background/bg-fresh-products-v2-660.jpg) center 0% no-repeat, url(../../img/background/bg-fresh-products-v2-repeat-660.jpg) center -73px repeat; 
    }
}

.head-link {
    display: none;
}