div#blockPagePdf{
    position: relative;
    display: table;
    width: 710px;
    height: auto;
    margin: 0px 0px 10px 0px;
}
div#blockPagePdf h1{
    display: block;
    font: bold 25px Arial, "Segoe UI", Tahoma, Verdana, sans-serif;
    color: #505050;
    padding: 0;
    margin: -5px 0px 10px 0px;
}
div#blockPagePdf figure.blockPdfNewspapers{
    position: relative;
    float: left;
    width: 160px;
    height: 210px;
    overflow: hidden;
    margin: 0px 20px 25px 0px;
}
div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(4n){
    margin-right: 0;
}
div#blockPagePdf figure.blockPdfNewspapers > a{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    margin: 0px 0px 5px 0px;
    text-align: center;
    overflow: hidden;
}
div#blockPagePdf figure.blockPdfNewspapers > a > img{
    max-width: 100%;
    height: 140px;
    border: none;
    padding: 3px;
}
div#blockPagePdf figure.blockPdfNewspapers > figcaption{
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
}
div#blockPagePdf figure.blockPdfNewspapers > figcaption a{
    display: block;
    font: 13px "Segoe UI", Arial, Tahoma, Verdana, sans-serif;
    color: #4a7194;
}
div#blockPagePdf figure.blockPdfNewspapers > figcaption a:hover{
    text-decoration: none;
}
div#blockPagePdf div.blockSiteModule > a.styleLinkAllNewspapers{
    margin: 10px 0px 0px 0px;
    color: #505050;
    text-align: right;
}

@media screen and (max-width: 990px) {
    div#blockPagePdf {
        width: 100%;
    }
    div#blockPagePdf figure.blockPdfNewspapers {
        width: calc(100% / 5 - 16px);
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(4n) {
        margin-right: 20px;
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(5n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 820px) {
    div#blockPagePdf figure.blockPdfNewspapers {
        width: calc(100% / 4 - 15px);
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(5n) {
        margin-right: 20px;
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(4n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 620px) {
    div#blockPagePdf figure.blockPdfNewspapers {
        width: calc(100% / 3 - 13.5px);
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(5n) {
        margin-right: 20px;
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(4n) {
        margin-right: 20px;
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(3n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 440px) {
    div#blockPagePdf figure.blockPdfNewspapers {
        width: calc(100% / 2 - 10px);
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(5n) {
        margin-right: 20px;
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(4n) {
        margin-right: 20px;
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(3n) {
        margin-right: 20px;
    }
    div#blockPagePdf figure.blockPdfNewspapers:nth-of-type(2n) {
        margin-right: 0px;
    }
}