.cfg-modal-90 {
    width: 90vw;
    max-width: 90vw;
    height: 90vh;
    margin: 5vh auto;
}

.cfg-modal-90 .modal-content {
    height: 90vh;
}

.cfg-modal-90 .modal-body {
    height: calc(90vh - 56px); /* ~header Bootstrap */
    padding: 0;
}

#cfg-root ~ section.product-customization.js-product-customization {
    display: none;
}