body {
	background: #f1f1f1;
	padding:0;
	margin:0;
}
.video-responsive {
	padding-bottom: 0%;
	position: relative;
	width: 100%;
}

.canvas,
.video {
	height: 100%;
	position: fixed;
	object-fit: cover;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 5;
}



#over_video{
	position: relative;
	width: 100%;
	  top: 0;
  padding: 0px;

	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
 	color: #f1f1f1;
}


#grad1 {
    height: 200px;
    position: relative;
    width: 100%;
    padding: 0px;
	z-index: 20;
	  color: #f1f1f1;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
}


#myBtn {
  padding: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  right: 1.5%;
	fill: blue;
}
	

#myBtn:hover {
  background: #111;
  color: black;
	fill: blue;
}
