.section-background{
	background: url('../images/about.png');
}
.about{
	background: #ededed;
}
.about iframe{
/*	width: 100%;
	height:300px;*/
	padding:0px 0px;
/*	display: block;
	position: relative;
	text-align: center;*/
}

.about .videoWrapper {
	position: relative;
	padding-bottom: 55%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}


.about-detail{
	font-size: 18px;
	color: #202020;
	font-weight: 200;
	text-align: justify;
    text-justify: inter-word;

	/*top: 50%;
	transform: translateY(50%);*/
	/*position: absolute;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
    /*line-height: 22px;*/
}
.section-item-title, .section-item-detail{
	text-align: center;
}
.about .row:nth-child(4){
	margin-top: 90px;
}
.team{
	background: #ededed;
}
.team-item{
	background: #f3f3f3;
	margin-bottom: 50px;
	text-align: center;
}
.team-img{
	width: 100%;
}
.team-item-name{
	font-size: 14px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.team-item-id{
	color: #a3a2a2;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
