.rvo-modal-window {
    position: fixed;
    background-color: rgba(200, 200, 200, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.rvo-modal-window header {
    font-weight: bold;
}

.rvo-modal-window:target {
    opacity: 1;
    pointer-events: auto;
}

.rvo-modal-window > div {
    width: 690px;
    height: 90%;
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    color: #444;
}

@media (max-width: 750px) {
    .rvo-modal-window > div {
        width: 100%;
    }
}

.rvo-modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.rvo-iframe-container {
    overflow-y: scroll;
    height: 100%;
}

.rvo-iframe-container iframe {
    width: 660px;
    border: none;
}

@media (max-width: 320px) {
    .rvo-iframe-container {
        max-height: 568px !important;
    }
}

.rvo-buy-link {
    display: block;
    padding-top: 10px;
    color: #2f3435;
    font-weight: bold;
}

/*# sourceMappingURL=modal.css.map */
