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

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

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

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

