.MachineType h1{
	margin:50px;
	margin-bottom:30px;
	//margin-left: 50px;
	//border-top-width: 50px;
	//margin-top: 20px;
}
.BOX{
	margin: 20px 0 0 20px;
	width:	20vw;
	height:	30vh;
}
video
{
	position: absolute;
	bottom:   0%;
	right: 0%;
	width:	100%;
	height:	100%;
}
#BOX_Big{
	width:	640px;//50vw;
	height:	360px;//65vh;
	margin-right:  0;
	background-color:#2626ff;
}
#BOX_Big h1{
	color:#ffffff;
}
.BOX_Inf{
	background-color:#bbbbbb;
	width:	96vw;//92vw;
	height:	auto;//65vh;
	margin-top: 7vh;
	margin-bottom: 5vh;
	margin-left: 2vw;//4vw;
}
iframe{
	//position: absolute;
	width:	100%;
	height:	100%;
	frameborder=1;
}
/*
.BOX_Inf img
{
	//float: left;
	height:auto;
	width: 90%;
	margin: 3%;
}*/

.BOX_Inf_img1
{
	float: left;
	//height:auto;
	//width: 55%;
	margin: 2%;
}
.BOX_Inf_img2
{
	float: left;
	//height:auto;
	//width: 30%;
	margin: 2%;
	margin-top:5%;
}
.BOX h1
{	
	//z-index: 10;
}
@media screen and (max-width:622px)and (min-width:331px){
	#BOX_Big{
		width:	90%;
		height:	65vh;
		background-color: #2626ff;
		}
	.BOX{
		width:	40vw;}
	.BOX_Inf{
		//background-color:#bbbbbb;
		width:	92vw;
		//height:	65vh;
		//margin-top: 7vh;
		//margin-bottom: 5vh;
		}
	.NoneInPhone{
		display:none;}
		
	.BOX_Inf img
	{
	//float: left;
	height:auto;
	width: 90%;
	margin: 3%;}
	}
@media screen and (max-width:330px){
	#BOX_Big{
		width:	90%;
		height:	65vh;
		background-color:#2626ff;
		}
	.BOX{
		//position: relative;
		width:	40vw;
		//height:	30vh;
		//margin-top:5vh;
		margin-left: 6vw;
		//display:inline;
		}
	.BOX_Inf{
		//background-color:#bbbbbb;
		width:	92vw;
		//height:	65vh;
		//margin-top: 7vh;
		//margin-bottom: 5vh;
		}
	.NoneInPhone{
		display:none;}
}