/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: relative;
  overflow: hidden;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background:url(../images/background/pattern-22.jpg) repeat !important;
}

/* Add some content at the bottom of the video/page */
.videos .content {
  position: relative;
  overflow: hidden;
  bottom: 0;
  background: #94948f;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}