.head-link {
    display: none;
}

@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-you-know-what-you-eat-top.png) no-repeat center top, url(../../img/background/bg-you-know-what-you-eat.jpg) no-repeat center top;
        background-color: #f2e8dc;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #f2e8dc url(../../img/background/bg-you-know-what-you-eat-max989.jpg) no-repeat center top;    
    }
}

@media (max-width: 659px) {
    body {  
        background: #f2e8dc url(../../img/background/bg-you-know-what-you-eat-max659.jpg) no-repeat center top;    
    }
}

.youknowwhatyoueat-page {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
}

.youknowwhatyoueat-page img {
    max-width: 100%;
}
