.bx-wrapper {
  margin: 0 auto;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px solid #fff !important;
  left: 0 !important;
  background: none !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}





.home-slider-wrap {
  position: absolute;
  width: 100vw;
  transform: translateY(-45rem);
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0 5%;
}

.home .flexslider h1 {

}

#speakers {
  padding-top: 1rem;
}

#summits {
}

#summits img {
  width: 100%;
  height: auto;
}

.home #partners h3 {
  text-align: center;
  margin-top: 3rem;
}

.home #partners li {
  text-align: center;
  max-width: 300px;
}

.hide {
  display: none
}

.flex.center {
  justify-content: center;
}

.flex.center .slide {
  max-width: 20rem;
  margin: 1rem;
}

.countdown {
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #eee;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
  margin-bottom: 0.5rem;
  margin-top: -8.6rem;
    border-radius: .4rem;
    overflow: hidden;

}

.countdown-title {
  background-color: var(--primary);
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem 0;
  font-size: 2rem;
}

.countdown:hover {
  box-shadow: 2px 2px 40px -20px #000;
}

#clockdiv {
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  padding: 8rem 3rem 0;
  display: flex;
  justify-content: center;
  color: #f1f1f1;
}

.unit {
  width: 8rem;
  display: flex;
  flex-direction: column;
  background: var(--primary);
  color: #f1f1f1;
  padding-bottom: 0.5rem;
  margin: 0.1rem
}

#clockdiv span {
  font-size: 4rem;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}

.slide {
      border-radius: .4rem;
    overflow: hidden;
}

@media screen and (max-width:57.5em) {
  .countdown {
    margin-top: 0;
  }

}
