
/*index_info*/

video#bgvid {
position: fixed;
/* right: 0; */
/* bottom: 0; */
/* min-width: 100%; */
/* min-height: 100%; */
/* width: 100%; */
/* height: auto; */
/* z-index: -100; */
/* background: url(../images/index_01.jpg) no-repeat;



  background-size: cover;  */
/* display: block; */
width: 100%;
height: 100vh;
left: 0;
right: 0;
}




.index_into a{
	color:#fff;
    text-decoration-line: none; 
}


.index_info{
position: absolute;
z-index: 99;
}




@media (max-width: 1024px){



.index_into{

	width:50%;

	margin:0 auto;

	border:1px solid #858585;

	position:absolute;

	left:25%;

	bottom:10%;

	text-align:center;

	font-size:1.25em;

	line-height:2em;

	color:#9fa0a0;

}
}


@media (min-width: 1025px){

.index_into{

	width:210px;

	border:1px solid #858585;

	position:absolute;

	left:50%;

	margin-left:-105px;

	bottom:15%;

	text-align:center;

	color:#9fa0a0;

}

}



/*nav*/




