#gallery {
    height: 50%;
    display: flex;
    flex-direction: row;
}

#gallery > * {
    width: 30%;
}