﻿.photogallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

    .photogallery img {
        min-width: 0px;
        max-width: 400px;
        max-height: 100%;
        margin: 5px;
        margin-bottom: 20px;
    }