.pnrm-link, .pnrm-close {
    cursor: pointer;
}
.pnrm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 998;
    display: none;
}
.pnrm-close {
    position: fixed;
    top: 5vh;
    right: 3vw;
    display: none;
    z-index: 999;
}
.pnrm-close > img {
    width: calc(2vh + 2vw);
    height: calc(2vh + 2vw);
}
#pnrm-container {
    position: fixed;
    top: 0;
    left: 10vw;
    z-index: 999;
}
.pnrm-iframe {
    width: 80vw;
    height: 100vh;
}
@media (orientation: portrait){
    #pnrm-container {
        top: 15vh;
        left: 0;
    }
    .pnrm-iframe {
        width: 100vw;
        height: 100vw;
    }
}