@import url('https://fonts.googleapis.com/css?family=Anton');

*{ box-sizing: initial; }
body{ padding-top: 60px; }
footer *{ box-sizing: border-box; }

/*-----flow_motion_3dsMax_export.aspx-----*/
.FlowAP{ width: 710px; }


/*----- Default.aspx -----*/
#VIDEO .img-wrapper{ position: relative; }
#VIDEO div:first-child .video-text{ 
	display: -webkit-flex;
        display: -ms-flexbox;
        		display: flex; 
	-webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
	background-color: #ff9c00;
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	position: absolute; 
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 477px;
	height: 42px;
}
#VIDEO div:first-child .video-text-right{
	left: initial;
	right: 0;
}

#Banner {
    position: relative;
}
