/* PEOPLE SECTION */
.people-slider i {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	font-size: 25px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color:#fff;
	display:none;
}
#people-sliders-wrapper {
	display:block;
	max-width:600px;
	max-width:540px;
	width:100%;
	margin:0 auto;
	position:relative;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {

	#people-sliders-wrapper {
		max-width:480px;
	}
}

#face-text-box {
	position:absolute;
	height:100%;
	width:100%;
}
.face-text {
	position: absolute;
	background: rgba(255,255,255,0.95);
	font-size: 18px;
	line-height: 23px;
	padding: 13px 17px 13px 22px;
	border-radius: 13px;
	font-style: italic;
	z-index: 2;
	display: none;
	text-align: center;
	width: 280px;
	bottom: 27%;
	left: 63%;
}
.face-text:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 13px;
	margin-top: -13px;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255,255,255,0.95);
}
.people-slider {
	max-width:600px;
	width:100%;
}
.swiper-container.people-slider .row > div {
	padding-bottom:14px;
}
.swiper-container.people-bottom .row > div {
	padding-bottom:0;
}
.swiper-container.people-slider .row img {
	padding:0;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.face-text {
		margin-bottom: 5px;
		left: 50%;
		top: 100% !important;
		margin-left: -50%;
		width: 100%;
		background: none;
		font-size: 1rem;
		line-height: 1.25;
	}
	#people-sliders-wrapper {
		margin-bottom: 80px;
	}
}
@media only screen and (max-width: 767px) {

	.face-text:before {
		display: none;
	}
}
@media only screen and (max-width: 479px) {

	.swiper-container.people-slider:not(:last-child) .row > div {
		padding-bottom: 7px;
	}
}
