section {
  position: relative;
}
section header {
  text-align: center;
  position: relative;
  z-index: 1;
}
section header h2 {
  color: #41ADD6;
  font-weight: 300;
  text-transform: uppercase;
}
section header h3 {
  color: #666;
  font-weight: 700;
  margin-top: 8px;
}
section#video .video-box {
  border: 1px solid #EFEFEF;
  background: #FFF;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
section#video .video-box button {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  display: block;
}
section#video .video-box img {
  width: 100%;
  height: auto;
}
section#video .video-box .video-content {
  position: relative;
}
section#video .video-box .content-wrapper {
  padding: 25px;
}
section#video .video-box .sponsored {
  padding: 12px 25px;
  background: #f5737f;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  section#video .video-box .sponsored {
    padding: 12px 18px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
section#video .video-box .infos {
  position: relative;
}
section#video .video-box .infos h1 {
  color: #f5737f;
  font-size: 1.5em;
}
section#video .video-box .infos .speaker {
  color: #41ADD6;
  font-size: 1.1em;
}
section#video .video-box .infos.active {
  height: auto;
}
section#video .video-box .infos.active:after {
  display: none;
}
section#video .video-box .download-presentation i {
  font-size: 0.75em;
}
@media all and (min-width: 768px) {
  section#video .video-box .read-more {
    float: left;
  }
  section#video .video-box .pdf-wrapper {
    float: right;
  }
  section#video .video-box .pdf-wrapper .download-presentation {
    clear: both;
    display: block;
  }
  section#video .video-box .pdf-wrapper .download-presentation i {
    margin-right: 5px;
  }
}
section#signup-teaser {
  background: #EFEFEF;
}
section#signup-teaser .teaser-txt {
  margin: 35px 0;
  font-size: 1.1em;
}
