.testimonial-rotator {
	background-size: cover;
	padding: 50px 0 70px 0;
	position: relative;
	overflow: hidden;
}

.testimonial-rotator:after {
	content: "";
	height: 154px;
	width: 150px;
	background: url(https://engagesoftware.com/portals/1/images/EngageAMS-logo-alt.png);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -88px;
	background-size: 500px;
	background-position: center right;
}

.rotator {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}

.swiper-container {
	overflow: visible !important;
}

.testimonial {
	transition: all 0.25s ease-in-out;
	overflow: hidden;
}

.testimonial:hover {
	transform: scale(1.1);
}

.testimonial-inner {
	margin: 0 25px;
	overflow: hidden;
}

.testimonial--quote {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #6d6f7b;
	width: 100%;
	height: 100%;
	min-height: 100px;
	border: 0;
	text-align: center;
}

.testimonial--decor {
	fill: #fff;
	color: #fff;
	position: relative;
}

.testimonial--decor:before {
	content: "";
	height: 1px;
	width: 100%;
	left: -60%;
	position: absolute;
	top: 50%;
	background: #fff;
}

.testimonial--decor:after {
	content: "";
	height: 1px;
	width: 100%;
	right: -60%;
	position: absolute;
	top: 50%;
	background: #fff;
}

.testimonial--decor svg {
	fill: #fff;
	color: #fff;
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

.quote--text {
	font-size: 25px;
	line-height: 1.314;
	color: #fff;
	position: relative;
}

.quote--text .emphasize,
.quote--text strong {
	font-size: 150%;
	font-weight: bold;
	color: #40c0c1;
}

@media screen and (min-width: 768px) {
	.testimonial-rotator {
		padding: 70px 0;
	}

	.testimonial:nth-child(even) {
		margin-top: 8%;
	}

	.testimonial:nth-child(odd) {
		margin-bottom: 8%;
	}
}
