/*
 *
 * START OF FILE
 *
 */

/*--------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) and (orientation: portrait) {
    div.inline-pdf, div.inline-pdf iframe {
        max-height: 40vh;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    div.inline-pdf, div.inline-pdf iframe {
        max-height: 50vh;
    }
}
@media only screen and (max-width: 767px) {
    div.inline-pdf {
        position: relative;
    }
    div.inline-pdf:before {
        content:'';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}

/*--------------------------------------------------------------------------------*/

/*
 *
 * END OF FILE
 *
 */