.countdown-timer {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  min-height: 132px;
}

.countdown-timer > div {
  border-radius: 9px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 18px;
  text-align: center;
  margin: 0 5px;
  text-transform: uppercase;
  height: 100%;
}

.countdown-timer > div.days h2 {
  font-family: 'Digital-7';
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 0) and (max-width: 1600px) {
  .countdown-timer > div.days h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 0) and (max-width: 1250px) {
  .countdown-timer > div.days h2 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .countdown-timer > div.days h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .countdown-timer > div.days h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.countdown-timer > div.days label {
  font-family: 'Digital-7';
  display: block;
  font-size: 24px;
  line-height: 28px;
}

.countdown-timer > div:last-child {
  line-height: 0;
}

.countdown-timer > div:last-child > div {
  display: inline-block;
}

.countdown-timer > div:last-child > div.minutes h2,
.countdown-timer > div:last-child > div.hours h2 {
  color: #fd0;
  font-family: 'Digital-7';
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 1600px) {
  .countdown-timer > div:last-child > div.minutes h2,
  .countdown-timer > div:last-child > div.hours h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 0) and (max-width: 1250px) {
  .countdown-timer > div:last-child > div.minutes h2,
  .countdown-timer > div:last-child > div.hours h2 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .countdown-timer > div:last-child > div.minutes h2,
  .countdown-timer > div:last-child > div.hours h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .countdown-timer > div:last-child > div.minutes h2,
  .countdown-timer > div:last-child > div.hours h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.countdown-timer > div:last-child > div.seconds h2 {
  color: #fd0;
  font-family: 'Digital-7';
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 1600px) {
  .countdown-timer > div:last-child > div.seconds h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 0) and (max-width: 1250px) {
  .countdown-timer > div:last-child > div.seconds h2 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .countdown-timer > div:last-child > div.seconds h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .countdown-timer > div:last-child > div.seconds h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

.countdown-timer > div:last-child > div label {
  color: #fd0;
  font-family: 'Digital-7';
  display: block;
  font-size: 24px;
  line-height: 28px;
}
