.mPopup{
    top: 50%;
    left: 50%;
    z-index: 9999;
    max-width: 1024px;
    display: none;
    width: 88%;
}

.mPopup-overlay{
    background-color: #000;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

.mPopup-close{
    background: none;
    position: absolute;
    top: -1.5em;
    right: -.25em;
    border: none;
    color: #ccc;
    font-size: 2em;
    line-height: 1;
}

.mPopup-close:hover{ color: #fff; }

.mPopup .popup-header{
    margin: 0;
    font-size: 17px;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.mPopup .popup-body{
    padding: 15px;
}