.photo-gallery {
	column-count: 3;
}
.photo-gallery figure {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	
}
.photo-gallery figure img {
	width: 100%;
}


