body .head-link {
    display: block;
    top: 85px !important;
    left: 49% !important;
    margin-left: -210px !important;
}

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


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

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #ffdf41 url(../../img/background/bg-lody-big-milk-max989.jpg) fixed no-repeat center top;   
        background-size: cover;
    }
    body .head-link {
        display: none !important;
    }
}

@media (max-width: 659px) {
    body {  
        background: #ffdf41 url(../../img/background/bg-lody-big-milk-max659.jpg) fixed no-repeat center top; 
        background-size: cover;
    }
    body .head-link {
        display: none !important;
    }
}