body .head-link {
    display: block;
    top: 65px !important;
    left: 47% !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: #e4b543 url(../../img/background/bg-ale-tydzien.jpg) fixed no-repeat center top;
    }
}

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

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