html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.vid {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  background: lightgrey top center no-repeat; background-size:cover;
}
.mobile .vid {
  background: url(../assets/poster-mobile.jpg) top center no-repeat; background-size:cover;  
}

.vid video {
  width: 100%;
}

.overlay-501day {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.logo-501day {
  width: 100%;
  height: 150px;
  background: top center no-repeat;
  margin-bottom: 40px;
}

.clock-501day {
  color: white;
  font-family: 'levi501_clockfaceregular';
  font-size: 0em;
  margin-bottom: 20px;
  width: 100%;
  height: 54px;
  position: relative;
}

.clock-501day .top-digits,
.clock-501day .bottom-digits {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.clock-501day .bottom-digits {
  color: rgba(255,255,255,0);
}

.clock-501day .digital {
  font-size: 60px;
  display: inline-block;
  text-transform: lowercase;
}

.copy-501day {
  color: white;
  font-size: 16px;
  font-family: 'interstatebold';
  text-transform: uppercase;
  text-align: center;
}

.copy-501day br {
  display: none;
}
.mobile .copy-501day br {
  display: inline-block;
}


.loader {
  margin-top: 30px;
  width: 300px;
  border: 0px solid white;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  background: rgba(255,255,255,0.5);
}

.loader .bar {
  width: 1%;
  height: 6px;
  background: white;
  border-radius: 10px;
}

#introVideo {
  z-index: 100;
}
#loopVideo {
  z-index: 1;
}

/* Mobile Styles */
.mobile .logo-501day {
  width: 100%;
  height: 87px;
  background: url(../assets/501day-logo-mobile.png) top center no-repeat;
  margin-bottom: 30px;
  background-size: contain;
}
.mobile .clock-501day {
  margin-bottom: 10px;
}
.mobile .clock-501day .digital {
  font-size: 40px;
}
.mobile .copy-501day {
  position: relative;
  left: 15%;
  width: 70%;
}

@media screen and (max-width: 768px){
    .clock-501day .digital {
        font-size: 35px;
        display: inline-block;
        text-transform: lowercase;
    }
}