@charset "utf-8";
body {
	background-color: #ffffff;
	width: auto;
	overflow-x: hidden;
}
.container {
	display: flex;
	flex-wrap: wrap;
}
video {
	max-width: 640px;
	width: 100%;
	max-height: 100%;
}
.video {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	order: 1;
}
.text  {
	width: 640px;
	margin: auto;
	height: 30px;
	padding: 0 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	font-weight: 100;
	text-align: right;
	line-height: 2;
	order: 2;
}
.text img {
	float: left;
}
@media screen and (max-width: 666px) {
.text  {
	font-size: 13px;
}
}
