.IframePopup .modal-dialog {
    max-width: 90vw;
}

.IframePopup .modal-body {
    padding: 0;
}

.IframePopup iframe {
    width: 100%;
    height: 80vh;
    border: none;
}
