.gallery-modal{align-items:center;background:rgba(0,0,0,.9);display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:.3s;visibility:hidden;z-index:999}.gallery-modal.active{opacity:1;visibility:visible}.gallery-modal-img{max-height:90%;max-width:90%;object-fit:contain}.gallery-modal-close{color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:30px;top:20px}