.wrapper {
  text-align: center;
}
.time {
  color: #fff;
  font-size: 6em;
}
.label {
  font-size: 1.2em;
  display: block;
  color: #aaa;
}

@media only screen and (max-width: 1200px) {
  .time { font-size: 3em; }
}