.monograph-summary {
	width:48%;
	display:inline-block;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	overflow: hidden;
}

.monograph-summary:nth-child(odd) {
	width: 47%;
	margin-left: 2%;
	padding-left: 2%;
}

.monograph-summary .thumbnail {
	float:none;
	margin: 0;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	overflow: hidden;

	-o-transition: background 10s;
	-moz-transition: background 10s;
	-ms-transition: background 10s;
	-webkit-transition: background 10s;
	transition: background 10s;
}

.monograph-summary .thumbnail .inner {
	position:relative;
	width: 90%;
	padding: 300px 5% 50px 5%;
	height: 50px;
	margin:0px auto;
	background-color: rgba(255,255,255,0.80);
	opacity: 0;
}

.monograph-summary .thumbnail:hover {
	background-size: 150%;
	background-position: 50% 50%;
	overflow-x: hidden;
	overflow-y: auto;
}

.monograph-summary .hook {
	display: block;
	width: 90%;
	clear: both;
	text-align: center;
	margin: 20px 5% 0px 5%;
}



div#main-content article.main > p {
	text-indent: 5%;
}


/*	MEDIA QUERIES	=========================================*/
@media only screen and (max-width:800px) {
	.monograph-summary, .monograph-summary:nth-child(odd) {
		width:100%;
		display:block;
		height: auto;
		overflow: auto;
		border-left: none;
	}

	.monograph-summary .thumbnail {
		/*float: none;
		margin: 0 auto 0 auto;
		width: 200px;
		height: 200px;
		background-size: cover;
		background-position: 50% 0%;
		border: 1px solid rgb(150,150,150);*/
	}

	.monograph-summary:nth-child(odd) .thumbnail {
		float: none;
		margin: 0 auto 0 auto;
	}

	.monograph-summary .hook {
		width: 80%;
		clear: both;
		text-align: center;
		margin: 0px 10% 0px 10%;
	}
}

@media only screen and (max-width: 1260px) {
	.monograph-summary .thumbnail {
		background-position: 50% 0%;
	}
}