@media all and (min-width: 45em) {
	nav a {
		width: 25%;
	}

	div.imgleft, div.imgright {
		width: 50%;
	}
}