#section_9_gtsp_0806 .list_post{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#section_9_gtsp_0806 .post{
	flex: 50%;
	max-width: 50%;
	padding: 0 15px;


}
#section_9_gtsp_0806 h3{
	  font-family: 'Charmonman';
	  text-align: center;
}
#section_9_gtsp_0806 .post .wrap{
	padding: 15px 5px;
	background-color: #e6e6e6;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
#section_9_gtsp_0806 .col_wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
#section_9_gtsp_0806 .video{
	padding: 15px;
	background-color: #e6e6e6;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}
#section_9_gtsp_0806  a.relative{
	display: block;
}
#section_9_gtsp_0806 .padding_ratio:before{
	padding-bottom: 60%;
}
#section_9_gtsp_0806 .post_title{
	font-size: 1em;
	padding-bottom: 10px;
}
#section_9_gtsp_0806 .post_title a{
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
#section_9_gtsp_0806 .excerpt{
	padding-top: 10px;
	text-align: justify;
}
@media (max-width: 667px){
	#section_9_gtsp_0806 .post{
		flex: 100%;
		max-width: unset;
		padding-bottom: 30px;
	}
}