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

@media (min-width: 660px) and (max-width: 989px) {
    body{
        background: url(../../img/background/bg-polish-food-max989.jpg) center 0% no-repeat, url(../../img/background/bg-polish-food-repeat-max989.jpg) center -206px repeat;
    }
}

@media (max-width: 659px) {
    body{
        background: url(../../img/background/bg-polish-food-max659.jpg) center 0% no-repeat, url(../../img/background/bg-polish-food-repeat-max659.jpg) center -109px repeat; 
    }
}

.head-link {
    display: none;
}