/* CSS Document */

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

}
.navbar-inverse{
    background-color: rgba(34, 34, 34,0.4);
	}
