/* SPRING PHOTOS
	 ========================================================================== */
div.spring-photos {
	display: flex;
	/*   // align-items: center; */
	justify-content: center;
	flex-wrap: wrap;
	color: red;
/* 	background: red; */
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
div.spring-photos figure {
	width: 375px;
	margin: 5px;
	background: black;
	display:flex;
}
div.spring-photos img {
	width: 100%;
	max-width: 375px;
/* 	max-height: 375px; */
	align-self: center;
}