.newcoverx{
    background-image:url(https://kupni.cz/background-11.webp);
    background-repeat:no-repeat;
    height:123px;
    width:100%;
    margin:0 auto;
    text-align:center;
    background-position:center top;
    background-color:#000;
    transition:background .3s,border-radius .3s,opacity .3s;
    background-size:cover;
}

.entry-header{
    margin:0 0 40px;
}

.entry-title{
    padding-top:30px;
    color:#fff;
    line-height:1.15;
    overflow-wrap:anywhere;
    word-break:break-word;
}

.page-header{
    position:relative;
    top:0;
    left:0;
    width:100%;
    max-width:100%;
}

.page-header-2{
    position:relative;
    max-width:960px;
    margin:0 auto;
    left:0;
}

center{
    display:block;
    position:relative;
    top:0;
    left:0;
}

.content-area{
    position:relative;
}

.spacerx{
    height:40px;
}

.entry-content{
    margin:0;
}

@media screen and (max-width:960px){
    .page-header{
        top:0;
        width:100%;
        left:0;
    }

    .spacerx{
        height:30px;
    }

    center{
        top:0;
        left:0;
    }
}

@media screen and (max-width:608px){
    .entry-header{
        margin-bottom:20px;
    }

    .newcoverx{
        background-image:none;
        background-color:#f6f6f6;
        height:auto;
        min-height:110px;
        background-attachment:scroll;
    }

    .entry-title{
        padding-top:24px;
        color:#444;
    }

    .page-header{
        top:0;
        width:100%;
        left:0;
    }
}

@media screen and (max-width:408px){
    .aligncenter2{
        width:100px;
        height:100px;
        border:5px solid white;
        margin-bottom:3px;
    }

    .site-sidebar{
        position:relative;
        width:100%;
        max-width:300px;
        float:none;
        margin:20px auto 0;
    }
}