body.page-video {
  background:  #000000 url('../images/bg-lights.png') repeat-x;
}

.video-header {
    height: 200px;
    padding-top: 60px;
  }

  .video-header .centered{
      text-align: center;
    }

.video-section {
    padding-bottom: 200px;
}

.video-section h2{
  padding-top: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-video p{
  color: #cccccc;
  font-size: 1.2em;
}

.page-video h2, .page-video h4{
  color: #ffffff;
  font-weight: 500;
}
