 .modal {position: fixed;z-index: 1;left: 0;top: 0;bottom: 0;width: 100%;max-height: 100%;overflow: hidden;background-color: white;opacity: 0;display: none;}.page img{max-height: 90vh;object-fit: contain;}.slide {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);width: 100%;}.modal .image{visibility: hidden;opacity: 0;transition: opacity 1000ms, visibility 1000ms;}.slide > img{max-height: 85vh;margin: auto;object-fit: contain;}.modal .image.vis{visibility: visible;opacity:1;}.modal-content {position: relative;margin: auto;padding: 0;width: 100%;height: 100vh;}.close {color: black;font-family: "Nimbus", serif;position: absolute;z-index: 200;top: 10px;right: 25px;font-size: 50px;}.close:hover, .close:focus {color: #999;text-decoration: none;}.prev, .next {position: absolute;width: 50%;height: 90%;top: 10%;right: 0;bottom: 0;left: 0;margin: auto;overflow: hidden;color: black;font-size: 40px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.next {right: 0;z-index: 90;left: auto;}.prev{z-index: 89;right: auto;}@keyframes fadeIn {from {opacity:0;}to {opacity:1;}}@keyframes fadeOut {from {opacity:1;}to {opacity:0;}}.page :where(figure) {margin: 0 0;}