.bb-nav-root h1 {
  font-size: 30px;
  line-height: 30px;
}
.video-container {
  width: 100%;
  /*height: 0;*/
  /*padding-bottom: 56.25%;*/
  position: relative;
}

.dvz-content .dvz-video { width: 100%; height: 100%; position: relative; margin: 0 auto; }
.dvz-video .video-js{ padding-top: 56.25%; }

@media (max-width: 760px) {
  .video-container {
    display: none;
  }
}
/*.video-container video,
.video-container object,
.video-container iframe,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer !important;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 760px) {
  .video-overlay {
    background-size: 150px;
  }
}
@media (max-width: 570px) {
  .video-overlay {
    background-size: 100px;
  }
}
.video-overlay h1 {
  font-size: 8em;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Druk','BWDruk-Regular', Impact, helvetica, sans-serif;
  font-weight: 500;
  color: #ff0;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .video-overlay h1 {
    font-size: 6em;
  }
}
@media (max-width: 870px) {
  .video-overlay h1 {
    font-size: 5em;
  }
}
@media (max-width: 740px) {
  .video-overlay h1 {
    font-size: 4em;
  }
}
@media (max-width: 640px) {
  .video-overlay h1 {
    font-size: 3em;
  }
}
@media (max-width: 500px) {
  .video-overlay h1 {
    font-size: 2em;
  }
}
@media (max-width: 360px) {
  .video-overlay h1 {
    font-size: 1.5em;
  }
}
.video-overlay img {
  width: 140px;
  height: auto;
}
@media (max-width: 940px) {
  .video-overlay img {
    width: 100px;
  }
}
@media (max-width: 840px) {
  .video-overlay img {
    width: 80px;
  }
}
@media (max-width: 760px) {
  .video-overlay img {
    width: 40px;
  }
}
.video-overlay.gone {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.dvz-content .lede-video .lede-content {
  margin: 0 auto;
}
.lede-video .mobile-lede {
  width: 100%;
}
.lede-video .mobile-lede.terminal {
  display: block !important;
}
.lede-video .mobile-lede img {
  width: 100%;
  height: auto;
}
.lede-video .mobile-lede.gone {
  opacity: 0;
  display: none;
}
.top-video-bplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
}
.top-video-bplayer.active {
  pointer-events: auto;
}
.main-video-loop {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.main-video-loop.gone {
  opacity: 0;
  pointer-events: none;
  display: none;
}

#main p a:not(.bw-attribution-link) {
  /*color: #3c3c3c;*/
  border-bottom: 2px solid #000;
}

.sidebar_right a { color: #000; }
.sidebar_right a:hover { color: #767676; }
