/* your styles go here */
.claim {
display: inherit;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  position:absolute; bottom:0
}

.emphasis {
	color: #2BB673;
}

.disclaimer {
	color: #808285;
}

.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;
}

.caption{
  text-align: center;
}