#pdf_container { 
    background: transparent; 
    text-align: center; 
    display: none; 
    padding: 0; 
    height: 100%; 
    overflow: auto; 
}

#pdf_container > canvas {
    max-width: 100%;
}