.cover {
    background: #333;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 20000;
}
.thepace {
    font-size: 250%;
    margin: 18% auto;
    position: relative;
    width: 50%;
}
.logo-pace {
    display: block;
    margin: 6% auto 50px;
    position: relative;
    width: 35%;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 20001;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 0px solid #29d;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 20001;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #000;
}

.pace.pace-inactive {
  display: none;
}

@media (max-width: 767px) {
	.logo-pace {
		margin: 20% auto 50px;
		width: 70%;
	}
}