.section-archive {
	background-color: #d9d5ce;
}

.section-archive:nth-child(odd) {
	background-color: #b9b1a7;
}

.section-archive-image {
	float: left;
	width: 30%;
	height: 100%;
	position: relative;
}

/*
.section-archive-image > div {
	position: absolute;
	left: 0;
	right: 70%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
*/

.section-archive-content {
	float: right;
	width: 70%;
	position: relative;
}

.section-archive-content.has-more {
	padding-bottom: 50px;
}

.section-archive-content h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 22px;
}

.section-archive-content h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.section-archive-image .image-caption {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px;
}