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

@media (min-width: 990px)  {
    body {  
        background: #f9f9f7 url(../../img/background/bg-easter2018.jpg) no-repeat center top fixed;
    }
}

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

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