@media only screen and (max-width: 767px){
	.videos{
		padding:0px !important;	
	}
}
@media only screen and (max-width: 990px){
	.total-videos{
		padding:0px !important;
		margin-top:0px !important;
	}
}
.total-videos{
	min-height:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
	margin-bottom:50px;	
}
.videos{
	margin-top:40px !important;
	padding-left:15px;
}
.titulo-video{
	font-size:13px;
	color:#2D2D2D;
	text-align:center;
	font-family:'Open Sans';
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}