*{
  margin: 0;
}
body{
  width: 100%;
  height: 100%;
}
img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 35%;
  max-height: 35%;
  z-index: 1;
}
video{
  position: absolute;
  margin: 0 auto;
  right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
  opacity: 0.4;
}
