.head-link {
    top: 72px !important;
    margin-left: -295px !important;;
    display: block !important;
}

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

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

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