#myVideo {
  left: 0;
  top: 0;
  width: 100%; 
  height: auto;
}

#BandeauVideo {
  left: 0;
  top: 0;
  width: 100%; 
  height: 30%;
}
.blocvideo {
  position: relative;
}

.content {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.headingcontent {
  position: absolute;
  color: #fff;
  top: 60%;
  left:50%;
  transform: translate(-50%,-50%);
}

.headingcontent h1{
	color: #ffffff;
	font-weight: 700;
	font-size: 4vw;
	text-transform: capitalize;
}
.headingcontent p{
	font-size: 2vw;
	padding: 20px 0px;
}

.headingcontent h3{
	color: #ffffff;
	font-size: 3vw;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}