.home-slider .video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.header-slideshow .slide-caption h3 a:hover {
	color: inherit;
}
.home-slider-wrapper {
	position: relative;
	margin-bottom: 75px;
}

.home-slider .slide-caption {
	position: absolute;
	bottom: 40px;
	padding: 0px 15px;
}
.home-slider .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));
}
.home-slider .slide-caption h3 {
	font: 400 45px/1 'Strato W01 Book', serif;
	color: #fff;
	margin: 0px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.home-slider .slide-caption .sub {
	font: 400 17px/1 'Ridley Grotesk W05 Regular', sans-serif;
	color: #fff;
	letter-spacing: 3.5px;
}
.home-slider .slide-caption p {
	font: 400 17px/1.5 'Ridley Grotesk W05 Regular', sans-serif;
	color: #fff;
	margin: 0px;
}
.home-slider .slick-dots {
	bottom: 0px;
	height: 20px;
}
.home-slider .slick-dots::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(/includes/public/assets/white-pattern.svg);
	transform: none;
	opacity: 0.5;
}
.home-slider .slick-dots::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	height: 40px;
	background-image: url(/includes/public/assets/orange-pattern.svg);
	transform: none;
}
.home-slider .slick-dots li {
	width: 30px;
	height: 5px;
	margin-bottom: 3.5px;
}
.home-slider .slick-dots li button {
	background-color: #fff;
	height: 5px;
	width: 30px;
	padding: 0px;
	position: relative;
}
.home-slider .slick-dots li.slick-active {
	width: 90px;
}
.home-slider .slick-dots li.slick-active button {
	width: 90px;
	background-color: #0094ad;
}
.home-slider .slick-dots li button:before {
	display: none;
}
.home-slider .slick-dots li button:after {
	content: '';
	position: absolute;
	height: 30px;
	width: 100%;
	top: 3px;
	right: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 40.063em) {
	.home-slider .slide-caption p {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.home-slider .video-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		z-index: 5;
	}
}
@media screen and (min-width: 64.063em) {
	.home-slider-wrapper {
		margin-bottom: 95px;
	}.home-slider .slide-caption {
		bottom: 40px;
		padding: 0px 15px 0px 35px;
		max-width: 50%;
	}
	.home-slider .slide-caption h3 {
		font-size: 81px;
		margin-bottom: 15px;
	}
	.home-slider .slide-caption .sub {
		font: 400 17px/1 'Ridley Grotesk W05 Regular', sans-serif;
		color: #fff;
		letter-spacing: 3.5px;
	}
	.home-slider .slick-dots {
		bottom: 0px;
		height: 50px;
		width: auto;
		right: 0px;
		padding: 0px 20px 0px 65px;
	}
	.home-slider .slick-dots li {
		width: 40px;
		height: 5px;
		margin: 0px 15px -12px;
	}
	.home-slider .slick-dots li button {
		background-color: #fff;
		height: 5px;
		width: 40px;
		padding: 0px;
	}
	.home-slider .slick-dots li.slick-active {
		width: 180px;
	}
	.home-slider .slick-dots li.slick-active button {
		width: 180px;
		background-color: #0094ad;
	}
	.home-slider .slick-dots li button:before {
		display: none;
	}
	.home-slider .slick-dots::after {
		height: 90px;
	}
}
.home-slider .video-play, .home-slider .video-play:hover, .home-slider .video-play:focus {
	color: #fff;
	font-size: 75px;
}
