.rs-testimonial-slider .-item-inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 40px 20px;
}

.rs-testimonial-slider .rs-testimonial {
	width: 100%;
}

.rs-testimonial-slider .flickity-button {
	padding: 0;
	border: none;
	min-width: 0;
	background: none;

	height: 100%;
	top: 0;
	bottom: 0;
	transform: none;
	border-radius: 0;
	box-shadow: none;
}

.rs-testimonial-slider .flickity-button .flickity-button-icon {
	width: 100%;
}

.rs-testimonial-slider .flickity-prev-next-button.next {
	right: 0;
}

.rs-testimonial-slider .flickity-prev-next-button.previous {
	left: 0;
}

@media ( min-width: 901px ) {
	.rs-testimonial-slider .-photo {
		position: relative;
		float: left;
		width: 140px;
		height: 140px;
		border-radius: 100%;
		overflow: hidden;
		margin-right: 75px;
	}

	.rs-testimonial-slider .-photo img {
		width: 100%;
		height: auto;
	}

	.rs-testimonial-slider .-content {
		overflow: hidden;
	}
}

@media ( max-width: 900px ) {
	.rs-testimonial-slider .-photo {
		margin: 0 0 20px;
		text-align: center;
	}

	.rs-testimonial-slider .-photo img {
		max-width: 300px;
		height: auto;
	}
}