/* flex_gallery.css */
.flex_container{display:flex;flex-direction:row;flex-wrap:wrap}.flex_item{display:inline-block;height:200px;width:auto}.flex_item figure{height:200px;width:auto}.flex_item figure figcaption{display:none}.flex_item figure img{height:200px;width:auto}