@charset "UTF-8";

.zp_video {
	position:  relative;
	float: none !important;
	padding-left: 0px;
	padding-right: 0px;
}

.zp_video > .inner {
	position: relative;
	outline: none;
	border: none;
}

.zp_video .link {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.zp_video > .inner > .splash-container {
	position: relative;
	display: block;
	-webkit-touch-callout: none; 
  	-webkit-user-select: none; 
 	-khtml-user-select: none;
  	-moz-user-select: none; 
  	-ms-user-select: none;
 	 user-select: none;
	outline: none !important;
	border: none !important;
	overflow: hidden;
	z-index: 0;
}

.zp_video[data-autoplay="1"] .splash-container {
	opacity: 0;
}

.zp_video > .inner > .splash-container .splashscreen {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}

.zp_video > .inner > .link .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	z-index: 1;
}

.zp_video > .inner > .video {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #000000;
}

.zp_video > .inner > .video > .video-frame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.zp_video.play > .inner > .splash-container {
	opacity: 0;
	z-index: 0;
	pointer-events: none;	
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	outline: none;
	border: none;
}



