.listPersons {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
}

.listPersons .item {
	min-height: 390px;
}

.listPersons .item .preview-text {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5px;
}

.listPersons .item .preview-text .name {
	color: #004f9e;
	font-size: 21px;
}

.listPersons .item .preview-text .post {
	color: #616161;
	font-size: 14px;
}

.listPersons .item .preview-picture,
.form-person-body .morePersons .detail-picture {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 5px;
}

.form-person-body .morePersons .detail-picture {
	width: 245px;
	height: 300px;
	margin-right: 15px;
}

.listPersons .item .preview-picture .image,
.form-person-body .morePersons .detail-picture .image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.form-person-body .morePersons .name {
	color: #004f9e;
	font-size: 21px;
}

.form-person-body .morePersons .detail-text p {
	color: #616161;
	font-size: 18px;
}

.form-person-body {
	position: relative;
	float: left;
}

