body .head-link {
    background-image: url(../../img/background/bg-jedz-swieze-top.png);
    background-repeat: no-repeat;
    display: none;
    height: 155px;
    left: 48% !important;
    margin-left: -8px !important;
    pointer-events: none;
    top: 50px !important;
    width: 326px;
}

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

header#head {
    background-image: none !important;
}

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

@media (min-width: 990px) and (max-width: 1560px) {
    body {
        background-attachment: fixed;
        background-size: 100% auto !important;
    }
}

@media (min-width: 990px) {
    body {
        /* background: #fdf9f8 url(../../img/background/bg-jedz-swieze.jpg) center top no-repeat; */
        background: #FFF;
        background-attachment: fixed;
        background-size: cover;
        background-position: 0 50% !important;
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    body {
        background-size: 100% !important;
        background-position: top center !important;
    }
}

@media (min-width: 990px) and (max-width: 1299px) {
    body {
        background-size: 100% !important;
        background-position: top center !important;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {
        /* background: #fdf9f8 url(../../img/background/bg-jedz-swieze-max989.jpg) center top no-repeat; */
        background: #FFF;
        background-attachment: fixed;
        background-size: cover;
        background-position: top center !important;
    }
    body .head-link {
        display: none !important;
    }
}

@media (max-width: 659px) {
    body {
        /* background: #fdf9f8 url(../../img/background/bg-jedz-swieze-max659.jpg) center top no-repeat; */
        background: #FFF;
        background-attachment: fixed;
        background-size: contain;
        background-position: 0 0 !important;
    }
    body .head-link {
        display: none !important;
    }
}