
/*************************************************/
/**********  Wider Add Modules Popup   ***********/
/*************************************************/

@media only screen and (min-width:981px) {
    .divi-hacks-wider-popup.et-db #et-boc .et-fb-modal-add-module-container {
        width: 50% !important;
        left: 50% !important;
        transform: scale(1) translateX(-50%) !important;
    }
    .divi-hacks-wider-popup.et-db #et-boc .et-fb-modules-list li {
        width: calc(25% - 20px) !important;
        margin: 10px !important;
        height: 100%;
    }
}
@media only screen and (min-width:981px) and (max-width:1200px) {
    .divi-hacks-wider-popup.et-db #et-boc .et-fb-modules-list li {
        width: calc(33% - 20px);
        margin: 10px !important;
        height: 100%;
    }
}