* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  top:200px;
  text-align:center;
  font-size:10px;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.button {
	background: #bf0026;
	font-size: 15px;
	padding: 10px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	cursor: pointer;
	
	
}

.button:hover {
	background: #00c6ee;
	color:#fff;
}