.vr-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0, 0, 0, 0.06);
	z-index: 99999;
	pointer-events: none;
}

.vr-reading-progress__bar {
	width: 0%;
	height: 100%;
	background: #C8102E;
	transition: width .08s linear;
}