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

header#head h1 a {
    width: 207px;
    height: 94px;
    background: url(../../img/logo-comics.png);
}

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

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

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


