.time_wrapper {
  width: 100%;
  background-color: white;
  text-align: center;
}

.time_wrapper div {
  display: inline-block;
  vertical-align: middle;
  height: 235px;
  width: 235px;
  margin: 10px;
  position: relative;
  z-index: 2;
}

.time_wrapper h4 {
  font-family: 'Source Sans Pro', helvetica;
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}

canvas {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
