html, body, div, span, object, iframe, p, a, img {
	border: none;
	border-collapse: collapse;
	font: inherit; font-size: 100%;
	margin: 0; padding: 0;
	vertical-align: middle;
}

html, body {
	overflow: hidden;
	height: 100%;
}

body {
	background-color: #000000;
	color: #f2f2f2;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

video::-webkit-media-controls-timeline {
	display: none;
}

video::-webkit-media-controls-current-time-display {
	display: none;
}

video::-webkit-media-controls-time-remaining-display {
	display: none;
}


#video {
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#video:active, #video:focus {
	border: none;
	outline: none;
}

#bigPlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-image: url("https://live.net.ua/static/player/img/play.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;

	cursor: pointer;
}