@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
	font-family: 'Montserrat', sans-serif;
	color: #2D3E50;
	overflow-x: hidden;
}
section {
	max-width: 57%;
	margin: auto;
	text-align: center;
}
.wrapper {
	height: 100vh;
	display: flex;
	align-items: center;
	color: #FFF;
}



video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 90%;
  min-height: 90%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('') no-repeat;
  background-size: cover;
  transition: 0s opacity;
}




















