.flexphoto {
    display: flex;
    margin: 0 -5px;
}
.flexphoto figure {
    margin: 5px;
    flex: 1;
}
.flexphoto figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}