html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
/* --------------------------
 *   background-color: #0085CA;
 *   ul#countdown #7fc2e4
 * -------------------------- */
html,
body {
  background-color: #b00000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

ul#countdown {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
  padding: 15px 0 20px 0;
  color: #fff;
  border: 1px solid #FFFFFF;
  border-width: 1px 0;
  overflow: hidden;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
}
ul#countdown li {
  margin: 0 -3px 0 0;
  padding: 0;
  display: inline-block;
  width: 24%;
  font-size: 150px;
  font-size: 12vw;
  text-align: center;
}
ul#countdown li .label {
  color: #FFFFFF;
  font-size: 3px;
  font-size: 3vw;
  text-transform: uppercase;
}
