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

.box {
    flex-basis: 49%;
    width: 100%;
}