@charset "utf-8";
/* CSS Document */
body{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(162,162,162,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(162,162,162,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(162,162,162,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(162,162,162,1.00) 100%);
}
html, 
body {
  height: 100%;
  overflow: hidden;
}
body { /* can also be whatever container */
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#wrapper {
	padding: 3px;
	background: #3E3E3E;
	width: 90%;
	max-width: 1280px;
}
video { width: 100% !important; height: auto !important; }
h2{
	color: #FFFFFF;
	font-size: 2em;
	text-align: center;
}
p {
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
}
