.gallery{width:100%;height:100svh;display:flex;justify-content:center;align-items:center}.gallery-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px}.gallery-images{display:block;height:220px;position:relative;overflow:hidden;float:left;cursor:pointer}.gallery-images img{width:100%;height:100%;object-fit:cover}.gallery-images .overlay{position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2;display:flex;justify-content:center;align-items:center;color:#fff;font-size:32px}