body {
	display: flex;
	align-content: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
}

.splash {
	overflow: hidden;
	position: fixed;
	display: flex;
	width: 100%;
	height: 100vh;
	min-height: 400px;
	align-content: center;
	justify-content: center;
	outline: none;
}

	> video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
	outline: none;
	overflow: hidden;
}
*:focus {
    outline: 0 !important;

}
/*
@media only screen and (min-width: 1040px) {
  .splash > video {
	width: 100%;
	height: auto;
}*/
}
