#video{
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	display: none;
}
#close{
	font-family: arial;
	color: black;
	position: absolute;
	top: 40px;
	right: 50px;
	display: none
}

#box-07-img {
	position: relative;
	width: 50%;
}

#box-07-img img {
	width: 100%;
	height: auto;
}

#s_video {
	position: absolute;
	top: 50%;
	left: 40%;
	height: 100px;
	width: 100px;			
	background-size: 100px 100px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 999999;
}		

#s_video_mob {
	position: absolute;
	top: 40%;
	left: -20%;
	height: 100px;
	width: 100px;			
	background-size: 100px 100px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 999999;
}	