body {
  background: #fff;
}
.pattern {
  width: 100%;
  height: 100%;
  background: url();
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.imagewrap{
	width:1000px;
	height:300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left:-500px;
	
}
.imagewrap img{
	width:45%;
	z-index: 10;
	position: relative;
}
.left{
	float:left;
}
.right{
	float:right;
}
video {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100vw; 
  width:100%;
  height: 100vh;
  height:100%;
  object-fit: cover;
	
}
p {
  font-family: serif;          
  color: #fff;
  font-size: 400%;
  margin: 50px;
  position: relative;
  z-index: 3;
}
