#video_container{
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	padding-bottom: 56.25%;
}
#video_container canvas,#video_container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#static_video_container{
	width: 100%;
}
.video_spot_static{
	position: absolute;
	cursor: pointer;
	z-index: 1001;
	transform-origin:0 0;
}
.video_spot_static img{
	width: 100%;
}
#interactive_pop_up{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}
#interactive_pop_up iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: all;
}