 
.lh-video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}
.lh-video-btn i {
	font-size: 50px;
}
.lh-video {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .65s;
	visibility: hidden;
	opacity: 0;
}
.lh-video video {
	max-width: 100vw;
	max-height: 100vh;
	width: 100%;
}
.lh-video-close {
	position: absolute;
	right: 0;
	margin-top: 35px;
	margin-right: 55px;
	top: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 50px;
	z-index: 15;
}
.lh-video-close:hover {
	border-radius: 50% 0 50% 50%;
}
.Video .lh-video {
	visibility: visible;
	opacity: 1;
}
 