.popup-overlay{display:none;position:fixed;top:0;width:80%;height:100vh;z-index:-1;justify-content:center;align-items:center;opacity:0;overflow:hidden;transition:opacity 0.4s ease-in-out;-moz-transition:opacity 0.4s ease-in-out;-webkit-transition:opacity 0.4s ease-in-out}.popup-overlay.show{display:flex;opacity:1;z-index:99999}.popup-overlay>.et_pb_row:after{display:block;content:"\4d";font-family:ETmodules;position:absolute;top:5px;right:5px;font-size:30px;visibility:visible;color:#fcd648;cursor:pointer}