.custom_header_slideshow_interior {
	position: relative;
	min-height: 145px;
	background-image: url("/includes/public/assets/shell/patterns/shattered-gray.png");
}
.custom_header_slideshow_interior img { width: 100%; }
.custom_header_slideshow_interior .videoSlide { cursor: pointer; }
.custom_header_slideshow_interior .play-button {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 50%;
	width: 125px;
	height: 125px;
	background-image: url("/includes/public/assets/slideshow/play-button.png");
	background-position: center;
	background-size: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom_header_slideshow_interior .gradient {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(30%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}

@media only screen and (max-width: 1110px) {
	.custom_header_slideshow_interior { min-height: 93px; }
	.custom_header_slideshow_interior .play-button { width: 100px; height: 100px; }
}

@media only screen and (max-width: 640px) {
	.custom_header_slideshow_interior {
		display: none;
	}
}