.progress-bar-text {
	display: block!important;
    position: absolute;
    left: 50%;
    top: calc(50vh + 72px);
    transform: translate(-50%, -50%);
	color: yellow;
	font-size: 22px;
}

#splash.default .progress-bar,
#splash.test .progress-bar {
    top: calc(50vh + 90px);
}

