.k-sv-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 38%, rgba(0,0,0,1) 100%);
	z-index: 2;
}
.k-sv-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	color: #fff;
	display: flex !important;
	align-items: end;
	justify-content: center;
	margin-bottom: 12px;
}