@import url("https://fonts.googleapis.com/css?family=Lato");
html,
body {
  height: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  background-color: #222;
}
.wrapper {
  text-align: center;
}
.time {
  color: #7AD800;
  font-size: 2em;
  font-weight: bold;
}
.label {
  font-size: 18px;
  display: block;
  color: #fff;
}
#countdown_resp .wrapper .time {
  color: #7AD800;
  font-size: 1.7em;
  font-weight: bold;
}
#countdown_resp .col-xs-6 {
  padding:0;
  width:20%;
}
#countdown_resp .wrapper .label {
  font-size: 14px;
  display: block;
  color: #fff;
}
.bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

@media (max-height: 700px) { 
  .wrapper .time {
    color: #7AD800;
    font-size: 1.7em;
    font-weight: bold;
  }
  .col-xs-6 {
    padding:0;
    width:20%;
  }
 .wrapper .label {
    font-size: 14px;
    display: block;
    color: #fff;
  }
}
