/** such clean, wow **/
#hero {
	background-size: contain !important;
	background-position: 100% 100% !important;
	background-repeat: no-repeat !important;
	
	filter: grayscale(1) !important;
}

#hero h1#absurd,
#hero h1.for-hero-sizing-only {
	line-height: 1.1em;
}
#hero h1#absurd {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hero h1.for-hero-sizing-only {
	visibility: hidden;
	opacity: 0;
}

@media(min-width: 992px) {
	#hero h1#absurd,
	#hero h1.for-hero-sizing-only {
		font-size: 6.5em !important;
		line-height: 1em !important;
	}
	#hero h3 {
		font-size: 2.5em;
	}
}


.playfair {
	font-family: 'Playfair Display', serif !important;
	font-style: italic !important;
	font-weight: 900 !important;
}
h3.playfair {
	font-size: 2em !important;
}

.headshot,
.headshot.left,
.headshot.right {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2em !important;
	float: none !important;
	
	border: 1px solid rgba(0,0,0,.05);
}
@media(min-width: 768px) {
	.headshot {
		max-width: 225px !important;
	}
	.headshot.left {
		float: left !important;
		margin: -.5em 2em 1em 0 !important;
	}
	.headshot.right {
		float: right !important;
		margin: -.5em 0 1em 2em !important;
	}
}
@media(min-width: 992px) {
	.headshot {
		max-width: 325px !important;
	}
}