/* for basic slider with captioning */



.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}


.video-js .vjs-control-bar {
  background: rgb(27, 124, 27);
}

h1 {
  text-align: center;
}


h2 {
  text-align: center;
}