body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

* {
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

@font-face {
	font-family: 'OSP';
	src: url('../fonts/osp-din-webfont.eot');
	src: url('../fonts/osp-din-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/osp-din-webfont.woff2') format('woff2'),
	url('../fonts/osp-din-webfont.woff') format('woff'),
	url('../fonts/osp-din-webfont.ttf') format('truetype'),
	url('../fonts/osp-din-webfont.svg#osp-dindin') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'YK';
	src: url('../fonts/yanonekaffeesatz-bold-webfont.eot');
	src: url('../fonts/yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/yanonekaffeesatz-bold-webfont.woff2') format('woff2'),
	url('../fonts/yanonekaffeesatz-bold-webfont.woff') format('woff'),
	url('../fonts/yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
	url('../fonts/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
	font-weight: normal;
	font-style: normal;

}

.number-text {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

