.gallery-grid{display:grid;gap:7px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.gallery-item img{border-radius:0;cursor:pointer;height:100%;object-fit:fill;transition:transform .3s ease;width:100%}.gallery-item img:hover{transform:scale(1.05)}.gallery-modal{align-items:center;background-color:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:9999}.gallery-modal-content{border-radius:0;display:block;margin:auto;max-height:90%;max-width:90%}.gallery-close{color:#fff;cursor:pointer;font-size:40px;font-weight:700;position:absolute;right:35px;top:20px}