
#video-modal {
	position: fixed;
	top:20%;
	left:20%;
	width:60%;
	z-index: 10;
}

#video-closebtn {
	position: absolute;
	top:10px;
	right:10px;
	font-size:24pt;
	color: red;
	font-weight: bold;
}

.hidden {
	visibility: hidden;
}

#myvideo {
	align-content: center;
}

#sluier {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity:0.8;
	z-index: 5;
}
