/**
 * @package    quantummanager
 * @author     Dmitry Tsymbal <cymbal@delo-design.ru>
 * @copyright  Copyright © 2019 Delo Design & NorrNext. All rights reserved.
 * @license    GNU General Public License version 3 or later; see license.txt
 * @link       https://www.norrnext.com
 */

.field-media-wrapper .modal-body {
    max-height: 670px;
    height: 670px !important;
    overflow-y: hidden;
}

.field-media-wrapper .modal-body iframe {
    height: 670px !important;
}

.quantummanager-modal-sbox-window {
    position: fixed !important;
    top: 10% !important;
    left: 10% !important;
    width: 80% !important;
    height: 80% !important;
    padding: 0 !important;
}

.quantummanager-modal-sbox-window iframe {
    width: 100% !important;
    height: 100% !important;
}