.slideshow-section .header-slider{
	position: relative;
	overflow: hidden;
}

.slideshow-section .header-slider #slide1 {
	position: relative;
	min-width: 100vw;
}
.slideshow-section .header-slider .absolute {
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow-section .slick-slider {
    margin-bottom: 0 !important;
}

.slideshow-section .play-wrapper {position: absolute; height: 100%; width: 100%; top: 0; left: 0;}
.slideshow-section .play-button {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  z-index: 30;}
.slideshow-section .fa-play-circle { font-size: 8em; color: #fff; opacity: .5; text-shadow: 0 0 15px rgba(0,0,0,.9); }

@media only screen and (max-width: 64em){
	.slideshow-section .fa-play-circle { font-size: 3em;}
	.slideshow-section .play-button {
	    transform: translate(-50%, -50%);
	}
}

/* Iframe settings */


.slideshow-section .header-slider .header-slide{
	position: relative;
	height: 100%;
	width: auto;
}

.slideshow-section .header-slider .header-slide .img-wrapper{
  	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}



.slideshow-section iframe{
	position: absolute;
	width: 100%;
	height: 1080px;
	margin-top: -500px;
	left: 0;
	top: 50%;
    z-index: -1;
}

.slideshow-section .header-slider .no-click{
	position: absolute;
	width: 100%;
	height: 1080px;
	margin-top: -540px;
	left: 0;
	top: 50%
}