
#title {
	background-image: url(images/title_bg.jpg);
}

ul.casephotos {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

ul.casephotos li {
	margin-right: 20px;
}

ul.casephotos li p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 8px 0;
	text-align: center;
}