#gblads-modal { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.75); display:none; z-index:999999; align-items:center; justify-content:center; }
.gblads-modal-inner { max-width:900px; width:90%; margin:0 auto; background:#000; padding:8px; border-radius:6px; position:relative; color:#fff; }
.gblads-modal .gblads-close { position:absolute; top:6px; right:8px; background:transparent; color:#fff; border:none; font-size:22px; cursor:pointer; }
.gblads-ima-container { width:100%; height:100%; min-height:360px; display:flex; align-items:center; justify-content:center; }
