.post-img {
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;    
	color: white;
	box-shadow: 0px 0px 5px 2px #000000;
	text-shadow: 0px 0px 10px black;
}

.post-hl {
	font-size: 7em;
}

.post-sub {
	font-size: 3em;
}

.date {
	font-size: 1.25em;
}

@media only screen and (max-width: 1200px) {
	.post-img {
			height: 500px;
	}
	
	.post-hl {
			font-size: 5em;
	}
	
	.post-sub {
			font-size: 1.5em;
	}
	
	.date {
			font-size: 1em;
	}
}

@media only screen and (max-width: 992px) {
	.post-img {
			height: 500px;
	}
}

@media only screen and (max-width: 768px) {
	.post-img {
			height: 425px;
	}
	
	.post-hl {
			font-size: 4em;
	}
	
	.post-sub {
			font-size: 2em;
	}
	
	.date {
			font-size: 1em;
	}
}

@media only screen and (max-width: 576px) {
	.post-img {
			height: 375px;
	}
}
