/* Breaks out of standard WordPress article wrappers to fill the full viewport */
.st-plugin-fullscreen {
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #000;
    overflow: hidden;
}

.st-fullscreen-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
