@charset "utf-8";
body, html {
    margin: 0;
    padding: 0;
}
video {
    position: fixed;
    min-width: 100%;
   	min-height: 100%;
	height: auto;
	width: auto;
    z-index: -1;
	background-image: -webkit-linear-gradient(270deg,rgba(153,102,51,1.00) 0%,rgba(255,255,153,0.00) 76.68%);
    background-image: -moz-linear-gradient(270deg,rgba(153,102,51,1.00) 0%,rgba(255,255,153,0.00) 76.68%);
    background-image: -o-linear-gradient(270deg,rgba(153,102,51,1.00) 0%,rgba(255,255,153,0.00) 76.68%);
    background-image: linear-gradient(180deg,rgba(153,102,51,1.00) 0%,rgba(255,255,153,0.00) 76.68%);
	background-color: #FFFF99;
}
#logo_entry {
position: fixed;
	width: 50%;
	width: 802px;
	height: 526px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}