/* CSS Document */
.ccm-testimonial-rotator-container {
	position: relative;
	padding-left:2rem;
	padding-right:2rem;
}
.ccm-testimonial-rotator {
	overflow: hidden;
}
.ccm-testimonial-rotator-inner {
	position: relative;
	left: 0;
}
.addTransition {
	transition: all .4s ease;
}
.ccm-page ul.nslides {
	display:flex;
	padding:0;
	width:auto;
	margin: 0;
}
.nslide {
	display:inline-block;
	width:25%;
	padding: 0;
	flex-shrink: 0;
	text-align: center;

}
.ccm-testimonial-rotator-text {
	padding: 0 1em .25em;
}	

.ccm-testimonial-rotator-image {
	margin-bottom:1em;
}
.rotator-image-container {
	padding-bottom: 90%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	
}
.ccm-testimonial-rotator-title > div {
	margin:auto;
}
.testimonial-rotator-name {
	font-weight: bold;
}

.next-prev { position: absolute; left: 0; font-size: 2rem; top: 40%; cursor: pointer; color:var(--gray) }
.next-prev.next { position: absolute; left:auto; right:0; }

@media screen and (max-width: 950px) { 
	.nslide {
		width:33.333333333%;
	}
}
@media screen and (max-width: 750px) { 
	.nslide {
		width:50%;
	}
}
@media screen and (max-width: 550px) { 
	.nslide {
		width:100%;
	}
}