/*********************************************
 * Popups
**********************************************/
.easy-popup {--ep-padding:var(--vii-spacing-45) clamp(20px, 2vw, 40px);}

/* type image */
.easy-popup.popup-type-image {
    --ep-max-width:600px;
    --ep-padding:0;
}

/* type iframe */
.easy-popup.popup-type-iframe {
    --ep-max-width:900px;
    --ep-padding:0;
}
.easy-popup.popup-type-iframe iframe {width:100%;}

/* close button */
.easy-popup-close-button {background:transparent;}

/*********************************************
 * Popups Responsive
**********************************************/
@media only screen and (max-width:1024px) {
}