main {
  position: relative;
  background: #fff;
  height: 2200px;
}

.video-wrap {
  width: 100%;
}

.video-wrap::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  // background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.video-wrap video {
  width: 100%;
  height: 100%;
}

.content-overlay {
  position: absolute;
  width: 100%;
  height:80%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  padding: 50px 0;
  text-align:center;
}

.content-overlay h1,
.content-overlay p {
  text-align: center;
  color: #fff;
}

#menu_top {
  position: fixed;
	top: 0px;
	z-index: 200;
	width: 100%;
	font-family: Khand;
	font-size: 16px;
  color:#FFF;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#menu_top_content {
  padding-top:10px;
  padding-bottom:10px;
  float: left;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

a.link_menu_top:link {
	color:#FFFFFF;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
  font-size: 18px;
  font-weight: 500;
}
a.link_menu_top:visited {
	color:#FFFFFF;
	text-decoration:none;
	
}
a.link_menu_top:hover {
	color:#FFFFFF;
	text-decoration:none;
}

a.btn-primary:link {
  color: #FFF;
}
a.btn-primary:visited {
  color: #FFF;
}
a.btn-primary:hover {
  color: #FFF;
}