.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery figure{margin:0;aspect-ratio:3/4;overflow:hidden;cursor:pointer}.gallery figure:first-child,.gallery figure:last-child{grid-column:span 2}.gallery img{width:100%;height:100%;object-fit:cover;transition:.5s}.gallery img:hover{transform:scale(1.06)}