.gallery > div {
 width:200px;
 height:200px;
}

.gallery > div > img {
width:100%;
height:100%;
object-fit:cover;
}