.video {
	border: 2px solid #888;
	width: 100%;
	height: auto;
	margin-left: 10%;
	text-align: center;
}
.video-wrapper{
	display:table;
	width:auto;
	height: 80%;
	position:relative;
	text-align: center;
}
.playpause {
	background-image:url(https://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);
	opacity: 0.5;
	background-repeat:no-repeat;
	width:50%;
	height:50%;
	position:absolute;
	left:30%;
	right:0%;
	top:0%;
	bottom:0%;
	margin:auto;
	background-size:contain;
	background-position: center;
}
