.pdf-viewer {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}
