/* For VDO Page */

.vdo_section {
	width: 100%;
	height: auto;
	margin: 30px 0px;
}
hr {
	border-bottom: 1px solid #39b355;
}
.vdo_section img {
	width: 100%;
}

.vdo_head-txt {
	font-size: 25px;
}
.vdo-con-wrap {
	position: relative;
	width: 100%;
	height: auto;
}
.vdo-con-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(253, 187, 45, 0) 100%);
}
.vdo-con-box {
	color: white;
}
a:hover .vdo-con-box {
	color: #39b355;
}
i {
	color: #39b355;
}
.vdo-con-box .vdo-con-desc {
	width: 100%;
	max-height: 50px;
	overflow: hidden;
}
.vdo-con-txt-title {
	margin-top: 5px;
	max-height: 50px;
	overflow: hidden;
}
.vdo-content {
	margin-top: 5px;
}

.vdo-con-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-top: 15px;
}
.vdo-con-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vdo-con-redmore {
	padding: 5px 10px;
	background: black;
	color: white;
	font-size: 12px;
}
.social {
	height: 25px;
	width: 25px;
	border: 1px solid #39b355;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 600px) {
	.vdo-con-box h3 {
		font-size: 16px;
	}
	.vdo-con-box .vdo-con-desc {
		font-size: 13px;
		max-height: 40px;
	}
	.vdo-con-txt-title {
		font-size: 14px;
		height: 40px;
	}
	.vdo_head-txt {
		font-size: 18px;
	}
	.vdo-content {
		font-size: 13px;
	}
}
