/* Start custom CSS for html, class: .elementor-element-cf5780a */#pdfframe {
    max-height: calc(100vh - 160px);
}

@media only screen and (max-width: 767px) {
    #pdfframe {
        max-height: calc(100vh - 128px);
    }
}/* End custom CSS */