.head-link {
    display: none !important;
}

@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-recipes-ower-moms-top.png) no-repeat center top, url(../../img/background/bg-recipes-ower-moms.jpg) no-repeat center top fixed;
        background-color: transparent, #dddad4;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #f2e8dc url(../../img/background/bg-recipes-ower-moms-max989.jpg) no-repeat center top fixed;    
    }
}

@media (max-width: 659px) {
    body {  
        background: url(../../img/background/bg-recipes-ower-moms-max659.jpg) no-repeat center top fixed, url(../../img/background/bg-recipes-ower-moms-repeat.jpg) repeat-y center top;
    }
}