@charset "utf-8";
/* CSS Document */
body {
}
body {
    margin: 0;
    padding: 0;
}
video {
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
