@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.zoom-btn{position:absolute;bottom:.5em;right:.2em;background-color:rgba(255,255,255,.85);border:0;border-radius:50%;cursor:pointer;padding:.25em;line-height:1;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 0 3px rgba(0,0,0,.3)}.zoom-btn:focus,.zoom-btn:hover{background-color:rgba(240,240,240,.85);outline:0}.zoom-btn svg{width:1rem;height:1rem;color:#333}.cms-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:none;justify-content:center;align-items:center;z-index:1000}.cms-modal.open{display:flex;animation:fadeIn .3s;padding:1rem;box-sizing:border-box}.modal-content{text-align:center;max-width:90vw;max-height:90vh;overflow:auto}.modal-img img{max-width:100%;max-height:80vh;box-shadow:0 0 10px #000;border-radius:4px}.modal-img figcaption{color:#fff;text-align:center;background:rgba(0,0,0,.6);padding:.5rem 1rem;border-radius:.25rem;display:block;max-width:80vw;font-size:1.5rem;line-height:2rem}.modal-close,.modal-next,.modal-prev{position:absolute;border:0;font-size:2.5rem;font-weight:700;border-radius:50%;cursor:pointer;color:#333;transition:background-color .3s ease;box-sizing:border-box}.modal-close{top:1rem;right:1rem;background:#fff;width:5rem;height:5rem;padding:0}.modal-close:focus,.modal-close:hover{background-color:#eee;outline:0}.modal-next,.modal-prev{top:50%;transform:translateY(-50%);background:rgba(255,255,255,.8);padding:.2rem .5rem;z-index:1001;user-select:none;border-radius:.25rem}.modal-next:focus,.modal-next:hover,.modal-prev:focus,.modal-prev:hover{background-color:#ddd;outline:0}.modal-prev{left:1rem}.modal-next{right:1rem}