.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr 1fr;gap:10px;position:relative;width:100%}.gallery-item{overflow:hidden;border-radius:4px}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:40%;height:auto}.gallery-center img{width:100%;height:auto;object-fit:contain;border-radius:10px}
