.video-section {
	margin-top:10px;
}
.video-section .video-tile .one-video {
	display:block;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:65%;
	position:relative;
	border-radius:5px;
	background-color:rgba(0,0,0,0.5);
    margin-bottom:18px;
	cursor:pointer;
}
.video-section .video-tile .one-video:hover {
    box-shadow: 0px 3px 40px rgba(0,0,0,0.15);
}
.video-section .video-tile  .one-video:after {
	content: "";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-radius: 5px;
}
.video-section .video-tile  .name-video {
	position:absolute;
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	bottom: 47px;
	left: 22px;
	padding-right: 13px;
	height:44px;
	z-index: 12;
	overflow:hidden;
}
.video-section .video-tile  .data-video {
	position: absolute;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	bottom: 21px;
	left: 22px;
	z-index:12;
}