/* overlay — generated by scripts/split-css.mjs from style.css. Do not edit by hand. */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

#overlay #iframecontainer {
        position: relative;
        top: 6vh;
        padding-bottom: 56.25vh;
        padding-top: 20px;
        height: 0;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

#overlay #iframecontainer #overlay-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

#overlay #close-overlay-button {
        position: absolute;
        top: 20px;
        right: 3%;
        cursor: pointer;
        background-image: url("/img/icons/X-close-white.svg");
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        width: 48px;
        height: 48px;
        margin: 0;
    }

@media screen and (max-width: 965px) {
  #overlay #close-overlay-button {
        right: 0;
    }
}
