/* Override inline dom styles from modal.js */
#modalContent { position: fixed !important; top: 12% !important; bottom: 12% !important; right: 4% !important; left: 4% !important; display: flex; justify-content: center; align-items: center; }

/* Limit max width to 1000px */
div.ctools-modal-content { position: relative; margin: 0 auto; max-width: 1000px; }

div.ctools-modal-content, div.ctools-modal-content .modal-content { width: auto !important; height: auto !important; }

/*# sourceMappingURL=responsive-modal.css.map */