html, body, .wrapper {
  height: 100%;
  width: 100%;
}

.wrapper { display: table; margin-top: -100px; }

@media (max-width:768px){ .wrapper { zoom: 0.60 } }

.cell {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#holder {
  width: 640px;
  height: 240px;
  margin: auto;
  margin-bottom: 50px;
}

.cntSeparator { display: none; }

.cntDigit {
  margin-top: 148px !important;
}

  .cntDigit#cnt_0 { margin-left: 52px; }
  .cntDigit#cnt_2 { margin-left: 7px; }
