.reveal-modal-bg{background:#000;background:rgba(0,0,0,.8);display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:100}.reveal-modal{background:#eee;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);left:50%;max-width:700px;padding:30px 40px 34px;position:fixed;top:50%;transform:translate(-50%,-50%);visibility:hidden;width:90%;z-index:101;-box-shadow:0 0 10px rgba(0,0,0,.4)}.reveal-modal.small{margin-left:-140px;width:200px}.reveal-modal.medium{margin-left:-240px;width:400px}.reveal-modal.large{margin-left:-340px;width:600px}.reveal-modal.xlarge{margin-left:-440px;width:800px}.reveal-modal .close-reveal-modal{color:#aaa;cursor:pointer;font-size:22px;font-weight:700;line-height:.5;position:absolute;right:11px;text-shadow:0 -1px 1px rbga(0,0,0,.6);top:8px}.image-block{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin:.75rem 0}.image-block img{cursor:pointer}.image-block img.rounded-image{border-radius:100vh}@media (max-width:767px){.reveal-modal{box-sizing:border-box;padding:10px 20px 0;width:90%}}