/*
Theme Name: NGL
Theme URI: https://wordpress.org/
Author: ngl
Author URI: https://wordpress.org/
Description: NGL theme for wordpress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ngl
*/
 .load_popup {
    position: fixed;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.6705882352941176);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.load_popup img {
    width: 100%;
    max-width: 873px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
