.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery>img {
    width: 100%;
}