@CHARSET "UTF-8";
/* banner video */
.banner-ctrl li.banner-video img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 28px auto;
}
.banner-video__hover {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/play-2.png) center no-repeat;
	top: 0%;
	left: 0%;
	display: none;
}
.banner-video:hover .banner-video__hover {
	display: block;
}