.popup-modal{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1}.popup-modal div{padding-bottom:1rem}.popup-modal a{cursor:pointer}.popup-modal-content{background-color:#fefefe;border:1px solid #888;margin:5% auto;padding:1rem 2rem;width:70%}.dynamic-modal-content{width:50%}.dynamic-modal-content h3{background-color:#eee;margin-bottom:.5rem;padding-left:.5rem}.dynamic-modal-content img{clip-path:circle(at center);float:right;max-height:125px;max-width:125px;width:20%}.popup-close{color:#aaa;float:right;font-size:28px;font-weight:700}.popup-close:focus,.popup-close:hover{color:#000;cursor:pointer;text-decoration:none}#popup-editor .popup-modal-content{height:600px}#popup-edit-iframe{height:90%;width:100%}@media only screen and (max-width:768px){.popup-modal-content{width:95%}}