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

@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-grill-2018-top.png) no-repeat center top, url(../../img/background/bg-grill-2018.jpg) no-repeat center top fixed;
        background-color: #fff;
    }
}

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

@media (max-width: 659px) {
    body {  
        background: #fff url(../../img/background/bg-grill-2018-max659.jpg) no-repeat center top fixed;    
    }
}
