.bookshelf{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}.bookshelf li{display:flex;aspect-ratio:2/3;}.bookshelf li img{width:100%;height:100%;object-fit:cover;display:block;}