.header-media-content-block {
	background-color:transparent;
}
.header-content {
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
	color:#fff;
}
.header-title, h1.header-title {
	background-color: transparent !important;
	padding-bottom: 0.25rem;
}
.header-media-content-block .header-title, h1.header-title, .header-content h1 {
	background-color: #fff!important;
}
.header-extra {
    text-align: left;
}
.header-content h1 {
	line-height: .92;
}
.header-media-content-block .header-extra .series-icon {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}
.site-header .header-media .header-subtitle {
	font-family: "Knockout 49 A","Knockout 49 B","UCF Condensed Alt",sans-serif;
    font-size: 2.625rem;
	text-align:left;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	line-height: 1.01;
	margin-top:.35rem;
	padding-top:0;
	background-color:transparent;
}
@media (max-width: 503px) {
}
@media screen and (min-width: 576px) {
	.header-title, h1.header-title, .header-content h1 {
		padding:0;
		font-size: 5.65rem;
		background-color: transparent !important;
	}
	.header-extra {
		text-align: center!important;
	}
	.site-header .header-media .header-subtitle {
		padding:0;
	}
	.header-title .inverse, .header-subtitle .inverse {
		text-shadow: none;
		color:#000;
	}
	#title-image {
		max-width: 40vw
	}
}