.head-link {
    display: block;
    top: 70px !important;
    left: 50% !important;
    margin-left: -265px !important;
}

@media (min-width: 990px)  {
    body {  
        background: #f5f5f1 url(../../img/background/bg-italy2018-v2.jpg) no-repeat center 0px fixed;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #f5f5f1 url(../../img/background/bg-italy2018-v2-max989.jpg) no-repeat center 0px fixed;
    }
    .head-link {
        display: none;
    }
}

@media (max-width: 659px) {
    body {  
        background: #f5f5f1 url(../../img/background/bg-italy2018-v2-max659.jpg) no-repeat center 0px fixed;
    }
}


