
.virtualExperienceContainer {
	height: 480px;
	margin-top: 64px;
	z-index:0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	position:relative;
	background: #ddd;
}
.virtualExperience-iframe{
	width:100%;
	max-width:940px;
	height:480px;
	border: 0px;
}


.mobile-experience-carousel-fullscreen{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:10000;
}

.mobile-experience-carousel-fullscreen > .w-container{
	height:100%;
	max-width:6000px;
}
.mobile-experience-carousel-fullscreen > .w-container > .virtualExperienceContainer > .virtualExperience-iframe{
	max-width:6000px;
	height:100%;
}
.mobile-experience-carousel-fullscreen > .w-container > .virtualExperienceContainer{
	height:100%;
	margin-top:0px;
}

.body-fullscreen-adapt{
	width:100vw;
	height:100vh;
	overflow: hidden;
}