/* "desktop and laptop" breakpoints */
@media screen and (min-width: 992px) {
    .hide-on-desktop, .pdfemb-viewer {display: none;}
}

/* "tablet and mobile" breakpoints */
@media screen and (max-width: 992px) {
    .hide-on-mobile {display: none;}
}