
#sample-videos {
	background-color: #f5f5f5;
	text-align: center;
	overflow: hidden;
	position: absolute;
	display: none;
	border-radius: 5px;
	padding
}
#sample-videos .container {
	padding:0;
	min-width: 400px;
}
@media (min-width: 768px) {
#sample-videos .container {
		width: 740px;
		padding:0;
}
}
@media (min-width: 992px) {
#sample-videos .container {
		width: 920px;
}
}
@media (min-width: 1200px) {
#sample-videos .container {
		width: 980px;
}
}




#sample-videos h2 {
	margin:0;
	padding: 0;
	text-align: center;
	max-width: none;
	background-color: #224a9a;
	color:#fff;
	padding:20px 0;
}
#sample-videos h2 .modal-close {
	float: right;
	font-size: 30px;
	margin-right: 23px;
	cursor: pointer;
}

#v-props h2 {
	padding: 20px 0px;
	font-size: 31px;
}

#sample-videos .intro {
	padding: 0 0 10px 0;
}

.sample-videos ul li {
	margin-bottom: 30px;
	padding: 0px 15px;
}
@media (min-width: 768px) and (max-width: 991px) { 
	.sample-videos ul li {
		clear:none;
	}
	.sample-videos ul li:nth-child(3) {
		clear:both;
	}
	.sample-videos ul li:nth-child(5) {
		clear:both;
	}
}

@media (min-width: 992px) { 
	.sample-videos ul li {
		clear:none;
	}
	.sample-videos ul li:nth-child(4) {
		clear:both;
	}
}

.sample-videos ul li.col-md-4,
#v-props .row ul li.col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.sample-videos ul li figure img {
	border: solid 2px #fff;
}

.sample-videos ul li figure {
	position: relative;
	margin-bottom: 0px;
}

.sample-videos ul li figcaption {
	position: absolute;
	height: 50px;
	width: 100%;
	max-width: 260px;
	margin: -65px 2px;
	padding: 0 8px;
	color: #fff;
}

.sample-videos ul li figcaption h3 {
	font-family: roboto, sans-serif;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	font-weight: 500;
}

.sample-videos .vid-container {
	max-width: 390px;
	margin: 0 auto;
	padding: 0  15px;
	text-align: left;
}
.sample-videos h3.media-language {
	font-size: 22px;
	text-align: center;
	color: #f6822b;
	padding:3px 0 3px 0;
}
.sample-videos .try_more_link {
	display: block;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: bold;
}

.mask {
	position: absolute;
	display: block;
	height: 70px;
	width: 99%;
	background: yellow;
	margin-top: -74px;
	margin-left: 2px;
}

.mask {
	background: -moz-linear-gradient(top, transparent 29%, rgba(0, 0, 0, 0.65) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
		background: -webkit-linear-gradient(top, transparent 29%, rgba(0, 0, 0, 0.65) 100%);
		background: -o-linear-gradient(top, transparent 29%, rgba(0, 0, 0, 0.65) 100%);
		background: -ms-linear-gradient(top, transparent 29%, rgba(0, 0, 0, 0.65) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}

.play {
	position: absolute;
	top:0px;
	height: 193px;
	width: 100%;
	opacity: 0;
	text-indent: -9999px;
	z-index: 9998;
	display:block;
}

.play {
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.play:hover {
	opacity: 1;
}

.play a {
	display: block;
	padding: 28% 0;
	width: 100%;
	height: auto;
}
