/** 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: 3.5em !important;
	} */
}