@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	/* width: 750px; */
	max-width: 750px;
	width: 100%;
	margin: 0px auto;
}
img {
	width: 100%;
}
.hide{
	display: none;
}
#myVideo{
	width: 750px;
	height: 480px;
	object-fit: cover;
}
.box {
	font-size: 0;
	text-align: center;
	position: relative;
}
.action{
	margin-top: 15px;
}
.action img{
	width: 83.201%;
}

.dImg{
	width: 83.335%;
}
.do{
	height: 22.5vh;
	overflow: hidden;
}
.open,.close{
	width: 40px !important;
}