.gallery-modal{background:0 0;border:none;width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:0;overflow:hidden}.gallery-modal:modal{justify-content:center;align-items:center;display:flex}.gallery-modal::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000d9}.gallery-modal__image-container{width:90vw;max-width:75rem;height:85vh;animation:.2s ease-out fadeInPhoto;position:relative;overflow:hidden}.gallery-modal__full-img{object-fit:contain!important;width:100%!important;height:100%!important;top:0!important;left:0!important}.gallery-modal__close-btn{color:#fff;cursor:pointer;opacity:.7;z-index:100;background:0 0;border:none;font-size:3.5rem;line-height:1;transition:opacity .2s,transform .2s;position:fixed;top:2rem;right:2rem}.gallery-modal__close-btn:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #fff}.gallery-modal__close-btn:hover{opacity:1;transform:scale(1.1)}@keyframes fadeInModal{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes fadeInPhoto{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
