
#lectembed {
	color: #000000;
	font-family: "Verdana";
	font-size: 10px;
}

body {
	margin:0;
}

.message {
	margin:40px 0px;
}

.play-button {
	width:20%;
	margin:21% auto;
	cursor: pointer;
}

#lectmp4 {
	position:relative;
	width:100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-container {
	position: absolute;
	width:100%;
	height:100%;
}

#vid1 {
	width:100%;
	height:100%;
}

.vjs-overlay {
	width: 68px;
	padding: 4px;
	background-color: white;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}

.video-container:hover .vjs-overlay {
	visibility: visible;
	opacity: 1;
	transition: visibility 0.1s, opacity 0.1s;
}

.vjs-overlay img{
	width: 80%;
	margin-bottom: 2px;
}

.vjs-overlay a{
	text-decoration: none;
	color: black;
}
