h2.departament-name {
	text-align: left;
	position: relative;
	display: block;
	background-color: #fff;
}
h2.departament-name::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #cacaca;
	top: 19px;
	z-index: 1;
}
.departament-name span {
	background-color: #fff;
	margin-left: 35px;
	display: inline-block;
	padding: 0 15px;
	z-index: 2;
	position: inherit;
}
.staff_sections .team-list {
	margin-left: 0;
	margin-right: 0; 
}
.staff-item {
	height: 100%;
	position: relative;
	overflow: hidden;
	/*cursor: pointer;*/
	padding-bottom: 110px;
}
.staff-item__image {
	width: 100%;
	height: auto;
}
.staff-item__image.img-placeholder {
	background-color: transparent;
}
.staff-item__image span {
	display: block;
	padding-bottom: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	border-radius: 100%;
}
.staff-item__content {
	position: absolute;
	background-color: white;
	width: 100%;
	padding: 26px 22px;
	padding-bottom: 15px;
	bottom: 0;
	z-index: 1;
}
.staff-item__content-icon {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1em;
	font-size: 15px;
	text-align: center;
	color: #cecece;
	transform-origin: center;
	transition: .2s ease;
}
.staff-item._hover .staff-item__content-icon {
	transform: rotate(180deg);
}
.staff-item__content-top {
	height: 58px;
	margin-bottom: 7px;
}
._hover .staff-item__content-top {
    height: auto;
}
.staff-item__name {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	transition: all .3s ease;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #f60;
	text-decoration: none;
}
.staff-item__name b {
	text-transform: uppercase;
}
.staff-item__position {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
._hover .staff-item__position {
    white-space: normal;
}
.staff-item .js-properties {
	display: none;
}




@media (max-width: 1023px) {
	.staff-item__image span {
		padding-bottom: 95%;
	}
}


@media (max-width: 767px) {
	.staff-item {
		padding-bottom: 0;
	}
	.staff-item__content-top {
		height: auto;
	}
	.staff-item__position {
		margin-top: 8px;
	}
	.staff-item__content {
		transform: translateY(0);
		padding: 26px 20px 20px;
		position: relative;
	}
	.staff-item__content-icon {
		display: none;
	}
	.staff-item__image span {
		padding-bottom: 93%;
	}
	.staff-item__name {
		font-size: 16px;
	}
	.departament-name span {
		margin-left: 0;
	}
}


@media (max-width: 479px) {
	.staff-item__image span {
		padding-bottom: 95%;
	}
	.staff-item__image {
		height: auto;
		width: 60%;
		margin: 0 auto;
	}
}


@media (max-width: 360px) {
	.staff-item__image {
		width: 85%;
	}
	.staff-item__content {
		padding-left: 10px;
		padding-right: 10px;
	}
}