.custom_header_slideshow_interior { max-width: 1600px; margin: 0 auto; position: relative; }
.custom_header_slideshow_interior img { width: 100%; }

.custom_header_slideshow_interior .video-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	text-indent: -100px;
	overflow: hidden;
	background: url(/includes/public/assets/header-slideshow-play.png) no-repeat center;
	background-position: center center;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 1236px) {
	.custom_header_slideshow_interior .video-link { background-size: 100px 100px; background-position: center center; }
}
@media only screen and (max-width: 640px) {
	.custom_header_slideshow_interior .video-link { background-size: 50px; background-position: center center; }
}