.jumbotronhub{
  position: relative;
    overflow: hidden;
    height: 500px;
 
  /* Tried setting the height. Didnt work either */
  /* height: 200px; */
}
.containerhub {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

#video-background{ 
  position: absolute;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}


@media (max-width: 725px) {
  #video-background {
    background: url('http://stevetatman.com/prolotherapy/video/bluecells-fallback.jpg') black no-repeat center center scroll;
 
    
  }
}











