.container {
    display: flex;
    flex-wrap:wrap;
}

.cell {
    padding: 5px;
}


img {
    width: 256px;
    height: 144px;
}
