.imgPDF {
    width: 70%;
}


@media only screen and (max-width: 480px) {
    .imgPDF {
        width: 100%;
    }
}