@media  screen and (max-width:768px) {
    .django-cms-pdf{
        /* min-width: 100vw !important; */
        min-width: 100vw;
        min-height: 700;
       
    }
}

.pdf-js-viewer #djDebug{
    display: none !important;
}

.pdf-js-viewer-container{
    max-width: calc(100vw - 20px) !important;
}

@media screen and (max-width:768px) {
    .hide-on-mobile{
        display: none !important;
    }
}
