.image__banner {
	position: relative;
}
.image__banner .heading-wrap {
	position: absolute;
	bottom: 120px;
	width: 100%;
	z-index: 2;
}
body:not(.admin-bar) .image__banner .heading-wrap {
	display: none;
}

.image__banner .heading-wrap h1 {
	font-size: 52pt;
	line-height: 1;
	tttext-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
	-webkit-text-stroke: 1px white;
	color: rgba(0, 141, 197, .6); 
}
.image__banner .heading-wrap div.date {
	font-size: 24pt;
	color: #FFFFFF;
	
	text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
	
}

