body {
	margin-bottom: 80px; /* weird clearfix bug */
}
.col_left {
	position: fixed;
	margin-left: 5%;
	width: calc(45% - 1px);
}
.col_left div img {
	height: 100%;
	position:absolute;
}
.col_left div {
	height: calc(100vh - 130px);
	overflow-y: hidden;
	overflow-x: hidden;
	position: absolute;
	top: 64px;
	width: 100%;
}
.rightTiles {
	position: relative;
	top: 64px;
	margin-left: calc(50% + 1px);
	padding-right: 5%;
	padding-bottom: 50px;
}
.tiles div {
	display: inline-block;
	cursor: pointer;
	width: 24%;
	margin: 0 -1px -1px -1px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.tiles div > div {
	top: 0;
	padding-top: 50%;
	text-align: center;
	position: absolute;
	font-family: sans-serif;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	opacity: 0;
	transition: all .3s;
	font-weight: bold;
	text-transform: uppercase;
}
.tiles div:hover > div {
	background-color: rgba(255,255,255,0.9);
	opacity: 1;
}
.tiles img {
	width: 100%;
	display:block;
	position:relative;
}
.amature_subtitle {
	line-height: 6em;
}
.archiveTitle {
	position: fixed;
	background-color: white;
	width: 95%;
	margin: auto 0 10px 0;
	padding-left: 5%;
	padding-right: 5%;
	height: 64px;
	z-index: 4;
	box-sizing: border-box;
}

.amature_subtitle {
	line-height: 1.2em;
	padding-top: 65% !important; 
	font-size: 0.95em;
	}


/* ========== RESPONSIVE ========== */
/* Largest */
@media all and (max-width: 1280px) {
}

/* Large */
@media all and (max-width: 1024px){
	.tiles div {
		width: 33%;
	}
}

/* Medium */
@media all and (max-width: 800px) {
	.tiles div {
		width: 50%;
	}
	.amature_subtitle {
		padding-top: 10%;
		font-size: 0.9em;
		line-height: 1.3em;
	}
}

/* Small */
@media all and (max-width: 640px) {
	.col_left {
		position: relative;
		width: auto;
		padding-left: 5%;
		padding-right: 5%;
		margin: 0;
		display: none;
	}
	.col_left img {
		display: none;
	}
	.tiles div {
		width: 100%;
		cursor: default;
	}
	/*.tiles div:hover::after {
		background-color: rgba(255,255,255,0);
	}*/
	.tiles > div > div {
		bottom: 0;
		top: auto;
		padding: 10% 0;
		height: auto;
	}
	.rightTiles {
		margin-left: 5%;
		padding-bottom: 0;
	}
}
