/* Index 6 */
.full-height {
  height: 100vh;
}

.de-video-content h1 {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}

.de-video-content .octf-btn {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 15px 30px;
  line-height: 1;
  font-family: "Titillium Web", Sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.de-video-content .octf-btn:before,
.de-video-content .octf-btn:after {
  display: none;
}

.de-video-content .octf-btn:hover,
.de-video-content .octf-btn:focus {
  background-color: #fff;
  color: #1a1a1a;
}

.de-video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-color: #1A1A1A;
  opacity: .5;
  top: 0;
  left: 0;
}