.pdfContent{
    position: relative;
    height: 100%;
    width: 100%;
}
#pdf_content{
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}