@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 750px;
	margin: 0px auto;
}

.box{
	text-align: center;
	background-size: 100% 100% !important;
	position: relative;
}
.text{
}
.text img{
	padding-top: 30px;
}
.action {
	font-size: 24px;
	text-align: center;
	line-height: 3;
	color: #f1c06e;
}

.action i {
	display: inline-block;
	font-style: normal;
	font-stretch: expanded;
	margin-left: 4px;
}

.action i.r-180 {
	transform: rotate(180deg);
}

#video1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	object-fit: fill;
}
.hide{
	display: none;
}