body {
  background: #111;
}

h1 {
  text-align: center;
  color: white;
  padding-bottom: 16px;
}

h5 {
  color: #a9a9a9;
  padding-bottom: 32px;
  font-weight: 300;
}

.detailContainer {
  padding: 148px 0 32px;
}

.rowPadded {
  padding-left: 16px;
  padding-right: 16px;
}

.rowPadded div {
  padding-left: 0;
  padding-right: 0;
}

.text-center iframe {
  padding-top: 48px;
}

video {
  width: 100%;
  height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.copyright {
  color: #888;
}
