.countdown-body-top {
  align-items: center;
  display: inline-block;
  background-color: #222222;
  padding-top: 0px;
  padding-bottom: 0px;
}

.timer {
  height: 100px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #222222;
  color: #fff;
}
.countdown {
  display: flex;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px;
  font-family: "Montserrat", sans-serif;
}

.date-body {
  margin: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.time {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 15px;
}
.black {
  color: #fff;
}

.challenge-starts-top {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1em;
}
.vl {
  background: url(../img/vertical-line.png) bottom right no-repeat;
  padding-top: 60px;
  float: right;
}

.mx-auto {
  margin: 0 auto;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .vl {
    background: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .vl {
    background: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .vl {
    background: none;
  }
}
