.section_videos {
	margin:0 0 10rem 0;
	background-color:#dcdcdc;
	text-align:center;
	height:80rem;
}

.iframe_quick_glance {
	width:100%;
	height:100%;
	border-width:0;
}

/* --- */

.section_videos .div_videos_title {
	cursor:default;
	display:inline-block;
	margin:0 auto 0 auto;
	padding:3.5rem 0 5.5rem 0;
	font-size:1.6rem;
	font-weight:100;
	padding-top:7rem;
}

.section_videos .div_videos_title:before {
	content:"";
	vertical-align:middle;
	display:inline-block;
	margin:0 2rem 0 -6.3rem;
	width:4rem;
	font-size:0;
	border-bottom:2px solid #86bc25;
}

.section_videos .div_videos {
	display:flex;
	justify-content:center;
	text-align:left;
}

/* --- */

.section_videos .div_videos .div_video {
	display:flex;
	flex-direction:column;
	padding: 0 1rem;
}

.section_videos .div_videos .div_video .div_video_info {
	cursor:default;
	display:flex;
	padding:1rem 2rem 2rem 2rem;
}

.section_videos .div_videos .div_video .div_video_info .div_video_info_img {
	width:7rem;
	text-align:center;
	color:#97999b;
	font-size:4rem;
}

.section_videos .div_videos .div_video .div_video_info .div_video_info_text {
	flex:1
}

.section_videos .div_videos .div_video .div_video_info .div_video_info_text .div_video_info_title {
	font-size:2rem;
	font-weight:700;
}

.section_videos .div_videos .div_video .div_video_info .div_video_info_text .div_video_info_subtitle {
	font-size:2rem;
	font-weight:100;
	color:#81bc00;
}

.section_videos .div_videos .div_video .div_video_player {
	border:1rem solid #fff;
}

.section_videos .div_videos .div_video video {
	width:100% !important;
	height:50rem !important;
}

/* Responsive smartphone */

@media screen and (max-width: 1000px) {

.div_videos {
		flex-direction:column;
		margin-right:6rem !important;
		height:auto !important;
	}
	
	.div_video {
		width:100% !important;
		height:45vh;
		margin-left:3rem;
	}
	
	.div_video_info {
		padding-right:0 !important;
		width:70%;
	}
	
	.div_video_info_text {
		width:40%;
	}
	
	.div_videos_title {
		font-size:3em !important;
	}
	
	.div_video_info_title {
		font-size:3rem !important;
	}
	
	.div_video_info_subtitle {
		font-size:2.4rem !important;
	}
	
	.section_videos .div_videos .div_video .div_video_info .div_video_info_img {
		padding-top:1rem;
	}
	
	.section_videos {
		margin-top:0;
	}
}
/*
@media screen and (min-width:1000px) and (max-width:2000px)  {
	
	.section_videos .div_videos {
	height:440px !important;
	padding:0 3.5rem 4rem 3.5rem !important;
}
	.section_videos {
	height:calc(100% - 35rem) !important;
	padding-bottom:8rem;
}

	.section_videos .div_videos .div_video {
		height:45rem;
	}
}*/
