.gallery_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    background: linear-gradient(#000, #333);
}


@media (max-width: 699px) {

    /* smallest screen  */

    .gallery_container {
        flex-direction: column;
    }

}
