body {
	background: #fff;
}

.container {
		position: relative;
	width:100%;
	height:100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

}
video {
	
	width:100%;
	height:auto;
}

