.video-img {
	position: relative;
}

.fd-start {
	display: block;
	opacity: 1;
	width: 80px;
	height: 80px;
	background: url(../../images/index/start.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35.5px;
	margin-top: -40.5px;
	z-index: 1;
	cursor: pointer;
}

.video {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(247, 228, 228, 0.4);
	z-index: 10000;
}

.player-div {
	position: relative;
	margin: 0 auto;
	width: 70%;
	height: 80%;
	top: 50%;
	transform: translate(0, -50%);
	background-color: #000000;
}

.close {
	font-size: 40px;
	position: absolute;
	top: 0px;
	z-index: 1;
	right: 10px;
	color: white;
	cursor: pointer;
}

.player {
	width: 100%;
	height: 100%;
}