.slideshow-section .header-slider #slide1 {
	display: none;
	position: relative;
}
.slideshow-section .header-slider #slide1:first-child {
	display: block;
}
.slideshow-section .header-slider.slick-initialized #slide1 {
	display: block;
	background-size: cover;
    /*min-height: 878px;*/
}
.slideshow-section .header-slider .absolute {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.slideshow-section .slick-slider {
    margin-bottom: 0 !important;
}
.slideshow-section img.absolute {
	display: none;
}

.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 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s 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%