.wait-loader{

    background:#ffffffc4;

    position: fixed;
    left: 0;right: 0;
    top: 0;bottom:0;
    
    display: flex;
    justify-content: center;
    align-items: center;

}

.wait-loader.backdrop{
    background:rgba(0, 0, 0, .7);
    color: #fff;
}

.wait-loader img {
    max-width:20px;
    margin-right:8px;
}


/*--------------------------------------*/

 /* h3:not(.media-modal-content h3) */

 div#comment.comments-area h3 {
    font-size: 20px !important;
}