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

.entry-title{
    padding-top:68px;
    color:#fff;
    text-shadow:1px 1px 20px #000;
    line-height:1.15;
    overflow-wrap:anywhere;
    word-break:break-word;
}

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

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

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

.spacerx{
    height:20px;
}

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

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

@media screen and (max-width:608px){
    .newcoverx{
        min-height:160px;
    }

    .entry-title{
        
        font-size:clamp(26px, 6vw, 38px);
        line-height:1.2;
    }
}

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