body .head-link {
    display: block;
    top: 57px !important;
    left: 50% !important;
    margin-left: -245px !important;
}


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

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #59b47c url(../../img/background/bg-easter2019-v2-max989.jpg) fixed no-repeat center top;   
    }
    body .head-link {
        display: none !important;
    }
}

@media (max-width: 659px) {
    body {  
        background: #59b47c url(../../img/background/bg-easter2019-v2-max659.jpg) fixed no-repeat center top; 
    }
    body .head-link {
        display: none !important;
    }
}


