.tile_grid {
    display: flex;
    flex-wrap: wrap;
}

.tile {
    width: 250px;
}

.tile img {
    width: 100%;
}