.masonry-modal{background-color:#011438;background-color:rgba(1,20,56,.8);display:none;flex-wrap:wrap;height:100%;justify-content:center;left:0;overflow:auto;padding-top:140px;position:fixed;top:0;width:100%;z-index:1}.masonry-modal .masonry-modal__content{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;max-width:1200px;width:90%}.masonry-modal div#closeBn{margin-bottom:2rem;width:100%}.masonry-modal #closeBn svg{float:right}.masonry-modal .modal-image{animation-duration:.6s;animation-name:zoom;border-radius:10px;height:auto;max-height:65vh;max-width:100%;width:fit-content}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}@media (min-width:1024px){.masonry-modal .modal-image{max-width:800px}}