.top-buffer { 
margin-top:20px;
}

.embed-responsive:hover {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.caption {
  text-align: center;
  position: absolute;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity:0;
  pointer-events: none;
}
.caption h1 {
  font-size: 14px;
  color: white;

}




.embed-responsive:hover .caption {
  visibility: visible;
  opacity: 1;
    
}


.videoplc {
  max-width:100%;
  position: relative;
  z-index: -1;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.empty {
    visibility: hidden;
}
