.photography {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.photography a {
	width: 50%;
	margin-bottom: 5%;
	color: #fff;
	text-decoration: none;
}

.photography img {
	width: 100%;
	height: auto;
}

h2 {
	font-style: italic;
}