@charset "utf-8";
/* CSS Document */

body {
  height: 100vh;
  width: 100vw;
padding:0;
	margin:0;
	/*background: linear-gradient(to bottom, #ffffff 50%,#de201f 50%)
	background: #000000 url("logo.png") top center no-repeat;*/
	background: #666666 ;
	
}


.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}


video {
  max-width: 100%;

  
	height: auto;

	/*margin-top:5%;*/
	display:block;
	/*box-shadow: 0px 0px 15px #de201f;*/
	box-shadow: 0px 0px 50px #333333;
}