#oneboxModal {
    iframe {
        width: 100%;
        min-height: 80vh;
    }

    .modal-lg {
        max-width: 1200px;
    }

    .modal-body {
        min-height: 90vh;
        overflow: auto;
    }
}