@charset "utf-8";
/* CSS Document */

.overlay-dark {
	position: relative;
}
.overlay-dark:before {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	display: block;
}
.video-box {
	width: 360px;
	max-width: 100%;
}