.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	width: 100%;
	max-height: 60vh !important;
}
.gallery-thumbs {
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
.gallery-thumbs .swiper-slide {
	height: 200px;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
	
}

.gallery-thumbs .swiper-slide-active .thumbs-overlay {
	position: absolute;
	border: 3px solid #fff;
	width: 94%;
	height: 88%;
	margin: 2% 3.5%;
	box-shadow: inset 0 0 20px #fff, 0 0 0px #fff;
	pointer-events: none;
}

.gallery-thumbs .swiper-wrapper {
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
	margin-right: 0px !important;
}

.experience-haptics-btn {
	display: inline-block !important;
	margin: 30px 5px !important;
}

.play-btn-no-video {
	display: none;
}

.play-btn-img {
	cursor: pointer;
	width: 70px;
	height: auto;
	display: block;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
}

.visibility-hidden {
	visibility: hidden;
}

/* Slider Thumbs */

.full { width: 100%; }

.half { width: 50%; }

.third { width: 33.34%; }

.fourth { width: 25%; }

.fifth { width: 20%; }

.sixth { width: 16.66%; }

.seventh { width: 14.28%; }

.eight { width: 12.5%; }

.home-interactive .home-headline h1 {
	margin-top: 15vh !important;
}

.home-interactive .home-headline h1,
.home-interactive .home-headline p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.home-haptics.content-section.with-background {
	padding-top: 20px !important;
}

.experience-haptics-btn {
	text-transform: none !important;
}

@media screen and (max-width:1400px) {
	.home-interactive .home-headline h1 {
		margin-top: 10vh !important;
	}
	
	.gallery-thumbs .swiper-slide-active .thumbs-overlay {
		margin: 3% 5%;
		width: 90%;
		height: 85%;
	}
	
}

@media screen and (max-width:650px) {

	.experience-haptics-btn {
		border-color: #fff !important;
		color: #fff !important;
	}

	
	.gallery-thumbs .swiper-slide {
		height: 100px;
	}
	
	.home-interactive .home-headline h1 {
		margin-top: 8% !important;
	}
	
	.play-btn-img {
		width: 40px !important;
	}
	
/*
	.play-btn-no-video {
		display: block !important;
		visibility: hidden;
	}
*/
	
	.swiper-button-next, .swiper-button-prev {
		width: 40px !important;
		background-size: 13px !important;
	}
	
	.gallery-thumbs .swiper-slide-active .thumbs-overlay {
		margin: 6% 7%;
		width: 85%;
		height: 80%;
	}
	
}

@media screen and (max-width:510px) { 
	.home-interactive .home-headline h1 {
		margin-top: 10% !important;
		margin-bottom: 20px !imporant;
	}
	
	.experience-haptics-btn {
		margin: 13px 6px !important;
		padding: 6px 18px !important;
		width: auto !important;
		font-size: 9px !important;
		text-transform: none !important;
	}
	
	.gallery-thumbs .swiper-slide-active .thumbs-overlay {
		margin: 7% 5%;
		width: 89%;
		height: 84%;
		box-shadow: inset 0 0 10px #fff, 0 0 0px #fff;
		border: 2px solid #fff;
	}
	
}

@media screen and (max-width:400px) { 
	.home-interactive .home-headline h1 {
		margin-top: 6% !important;
		margin-bottom: 20px !imporant;
	}
}