/* Hide PDF.js toolbar completely — clean magazine view only */
#toolbarContainer,
.toolbar {
    display: none !important;
}

/* Remove the space the toolbar used to occupy */
#outerContainer,
#mainContainer,
#viewerContainer {
    top: 0 !important;
}