#masonry:before {
    pointer-events: none;
}

.wrap-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, .5);
}


.wrap-overlay .exit-popup {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 400px;
    background-color: white;
    padding: 32px !important;
    -webkit-box-shadow: 0px 6px 17px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 17px 10px rgba(0, 0, 0, 0.15);
}

.wrap-overlay .exit-popup .h2 {
    font-size: 32px;
    line-height: 135%;
}       