body {
  background-color: #000;
  color: #fff;
  font-family: "times new roman";
  -webkit-font-smoothing: none;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}
#autoplay-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	z-index: 9999;
	text-align: center;
	transition: opacity 0.2s;
}
#autoplay-cover.hide {
	opacity: 0;
}