@charset "utf-8";
/* CSS Document */


#videocont {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
}
.exit {
	position: absolute;
    right: 40px;
    top: 30px;
    width: 40px;
    height: 40px;
    font-size: 30px;
	cursor: pointer;
}
#video {
	position: absolute;
	width: 90%;
	height: 60%;
	z-index: 7;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	
}
#videocont2 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
}
#video22 {
	position: absolute;
	width: 850px;
	height: 460px;
	z-index: 6;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	
}
