.header-slideshow {
	min-height: 20px;
}
.header-slideshow .slide-caption h3 a:hover {
	color: inherit;
}
.header-slideshow.control-width {
	width: calc(100% - 20px);
	margin: 0 auto 5px;
	padding: 0px;
}
.interior-header-wrapper .video-wrapper {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.interior-header-wrapper .slide-caption {
	position: absolute;
	bottom: 40px;
	padding: 0px 35px;
}
.interior-header-wrapper .slide picture::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.interior-header-wrapper .slide-caption h3 {
	font: 400 36px/1 'Strato W01 Book', serif;
	color: #fff;
	margin: 0px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.interior-header-wrapper .slide-caption h3 .sub {
	font: 400 17px/1 'Ridley Grotesk W05 Regular', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3.5px;
}
.interior-header-wrapper .slide-caption p {
	font: 400 17px/1.5 'Ridley Grotesk W05 Regular', sans-serif;
	color: #fff;
	margin: 0px;
}
.interior-header-wrapper .video-play, .video-play:hover, .video-play:focus {
	color: #fff;
	font-size: 75px;
}

@media screen and (max-width: 1024px) {
	.interior-header-wrapper .video-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		z-index: 5;
	}
}
