@charset "utf-8";
/*-----------------------第一層架構----------------------*/
#OutBox{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
/*-----------------------第二層架構----------------------*/
.PageBox-Video{
	position: relative;
	display: block;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
