* {margin: 0; padding: 0;}
.mainscreen {width: 100%; height: 100%; position: absolute; overflow: hidden; background-color: white;}
.logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.progress {height: 18px; width: 154px; margin-top: 90px;}
.progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}