.ei-media-type-video {
	position: relative;
	cursor: pointer;
}

.enin-wall .ei-media-type-video {
	display: block;
}

.ei-media-type-video:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background-image: url('../images/play_overlay.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	content: " ";
	z-index: 10;
	opacity: 0.6;
	pointer-events: none;
}

.ei-media-type-video:hover:before {
	opacity: 1;
}

#swipebox-title {
	background-color: rgba(0, 0, 0, .5);
	padding: 20px 50px 20px 50px;
	text-align: left;
	line-height: 1.7;
}
