.sbc-countdown-hero__bg-image {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.sbc-hero-countdown .uw-button{
  display: inline-flex;
}
.sbc-hero-countdown .uw-button:hover{
  color: #fff !important;
}

.sbc-countdown-hero__bg-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.sbc-countdown-hero__logo {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.sbc-countdown-hero__info {
  z-index: 10;
  position: relative;
}

.sbc-countdown-hero__info__counter {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.sbc-countdown-hero__info__counter li {
  position: relative;
  display: flex;
  width: 170px;
  height: 170px;
  background-color: rgba(0, 0, 0, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sbc-countdown-hero__info__counter li span,
.sbc-countdown-hero__info__counter li p,
.sbc-countdown-hero__info h1 {
  font-family: 'futura-pt',sans-serif;
  color: #fff;
}

.sbc-countdown-hero__info__counter li span {
  font-size: 64px;
  font-weight: 300;
}
.sbc-countdown-hero__info__counter li .separator{
  position: absolute;
  top: 37%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sbc-countdown-hero__info__counter li p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.sbc-countdown-hero__info h1,
.sbc-countdown-hero__info__post-date h2 {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-family: 'futura-pt',sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
}

.sbc-countdown-hero__info__pre-date.sbc-countdown-hero__info__pre-date__hidden {
  display: none;
}

.sbc-countdown-hero__info__post-date {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  max-width: 624px;
  padding: 30px;
  margin: 40px auto 0;
}

.sbc-countdown-hero__info__post-date.sbc-countdown-hero__info__post-date__hidden {
  display: none;
}
.sbc-hero-countdown .sbc-countdown-hero__bg-image{
  position: relative;
  overflow: hidden;
}
.sbc-hero-countdown .btn-stop-video,
.sbc-hero-countdown .btn-play-video{
  position: absolute;
  bottom: 40px;
  right: 80px;
  z-index: 1;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.sbc-hero-countdown .btn-play-video{
  display: none;
}
.sbc-hero-countdown .btn-stop-video i,
.sbc-hero-countdown .btn-play-video i{
  position: absolute;
  opacity: .75;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sbc-hero-countdown .btn-stop-video:hover i,
.sbc-hero-countdown .btn-play-video:hover i{
  opacity: 1;
}
.sbc-hero-countdown .video-background{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 991px){
  .sbc-countdown-hero__info__counter li span {
    font-size: 80px;
  }

  .sbc-countdown-hero__info__counter li p {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 767px){
  .sbc-countdown-hero__info h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .sbc-countdown-hero__info__counter li span {
    font-size: 64px;
  }
}

@media (max-width: 575px){
  .sbc-countdown-hero__info__counter li {
    flex-basis: calc(25% - 10px);
    height: 80px;
  }

  .sbc-countdown-hero__info__counter li span {
    font-size: 38px;
  }

  .sbc-countdown-hero__info__counter li p {
    font-size: 12px;
  }

  .sbc-countdown-hero__info h1 {
    font-size: 24px;
  }

  .sbc-countdown-hero__bg-image {
    min-height: 500px;
  }
}
