#countdown_banner {
  width: 100vw;
  padding-bottom: 4px;
  display: none;
  /*display: table-row-group; /*ignore fill width ! */
}

#counter_texts {
  display:none;
}
.counterbanner-row {
  display: table;
  min-height: 88px;
  padding: 8px 0;
  width: 100%;
}

.counterbanner-text {
  max-width: 65%;
  display: table-cell;
  padding-left: 20px;
  padding-top: 10px;
  vertical-align: middle;
  float: left;
}

.counterbanner-text h3 {
  font-size: 27px;
  margin: 0 0 2px;
  padding: 0;
  font-family: RobotoBCondensed, "Roboto Condensed";
  font-weight: 500;
  line-height: 1.1;
}

.counterbanner-text p {}

.counterbanner-counter {
  /*display: block;*/
  height: 70px;
  vertical-align: middle;
  width: 300px;
  text-align: center;
  float: right;
}

@media screen and (max-width: 482px) {
  .counterbanner-text, .counterbanner-counter {
    max-width: 50% !important;
  }

  .counterbanner-text>h3 {
    font-size: 19px;
  }

  .counterbanner-row, .counterbanner-parallax {
    min-height: 140px;
  }
}

@media screen and (max-width: 770px) {
  .counterbanner-button {
    display: none !important;
  }
}

.counterbanner-button {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.counterbanner-button button {
  border: 1px solid #fff;
  height: 42px;
  width: 130px;
  border-radius: 4px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.counterbanner-parallax {
  /* Set a specific height */
  height: 88px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*******countdown**********/
.countdown {
  list-style: none;
  margin: 4px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul.countdown li {
  display: inline-block;
}

ul.countdown li span {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

ul.countdown li.seperator {
  font-size: 40px;
  line-height: 30px;
  vertical-align: top;
}

ul.countdown li p {
  color: #a7abb1;
  font-size: 14px;
}
