@media screen and (min-width: 1280px){
	.cde_theme.content.module>.desktop>.element>.aboutus{
		position:relative;
		top:0;
		width:1140px;
		left:50%;
		margin-left:-570px;
		margin-bottom:50px;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.title{
		position:relative;
		left:0;
		top:0;
		padding:35px 0 25px 0;
		font-family: "Serpentine-Bold";
		font-size:30px;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.description{
		font-family: 'times';
		text-align: justify;
		font-size: 18px;
		position: relative;
		top: 0;
		left: 0;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board{
		position: relative;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile{
		position: relative;
		top: 0;
		left: 0;
		width: 273px;
		height:370px;
		display:inline-block;
		margin-left:12px;
		margin-top:40px;
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%); 
		-o-filter: grayscale(100%);
		filter: gray;
		transition:filter 2s;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile:hover{
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none; 
		-o-filter: none;
		filter: none;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile.first{
		margin-left:0;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile>.photo{
		position: absolute;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		top: 0;
		left: 0;
		width: 273px;
		height:344px;
		display:inline-block;
		border:#ae9a65 solid 2px;
		background-size:cover;
		cursor: pointer;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile>.name{
		position: absolute;
		top: 0;
		margin-top:350px;
		left: 0;
		display:inline-block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1279px){
	.cde_theme.content.module>.desktop>.element>.aboutus{
		position:relative;
		top:0;
		width:684px;
		left:50%;
		margin-left:-342px;
		margin-bottom:50px;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.title{
		position:relative;
		left:0;
		top:0;
		padding:25px 0;
		font-family: "Serpentine-Bold";
		font-size:30px;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.description{
		font-family: 'times';
		text-align: justify;
		font-size: 18px;
		position: relative;
		top: 0;
		left: 0;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board{
		position: relative;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile{
		position: relative;
		top: 0;
		left: 0;
		width: 223px;
		height: 302px;
		display:inline-block;
		margin-left:3px;
		margin-top:40px;
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%); 
		-o-filter: grayscale(100%);
		filter: gray;
		transition:filter 2s;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile:hover{
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none; 
		-o-filter: none;
		filter: none;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile.first_tablet{
		margin-left:0;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile>.photo{
		position: absolute;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		top: 0;
		left: 0;
		width: 223px;
		height: 302px;
		display:inline-block;
		border:#ae9a65 solid 2px;
		background-size:cover;
		cursor: pointer;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board>.profile>.name{
		position: absolute;
		top: 0;
		margin-top:305px;
		left: 0;
		display:inline-block;
	}
}
@media screen and (max-width: 767px){
	.cde_theme.content.module>.desktop>.element>.aboutus{
		position:relative;
		top:0;
		left:0;
		width:100%;
		margin-bottom:50px;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.title{
		position:relative;
	
		top:0;
		padding:25px 0;
		font-family: "Serpentine-Bold";
		font-size:30px;
		width:294px;
		left:50%;
		margin-left:-147px;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.description{
		font-family: 'times';
		text-align: justify;
		font-size: 18px;
		position: relative;
		top: 0;
		left: 0;
		width:294px;
		left:50%;
		margin-left:-147px;
	}
	.cde_theme.content.module>.desktop>.element>.aboutus>.board{
		display:none;
	}
}