/* TESTIMONIALS */

.TESTIMONIALS::before,
.TESTIMONIALS::after {
	content: "";
	display: block;
	overflow: hidden;
}

.TESTIMONIALS .testimonial {
	overflow: hidden;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	background: var(--white);
	border: 1px solid var(--melrose);
	padding: var(--s5);
	border-radius: var(--s3);
}

.TESTIMONIALS .author {
	display: flex;
	align-items: center;
	margin-top: var(--s5);
}

.TESTIMONIALS .author .image {
	width: var(--s7);
	margin-right: var(--s3);
	border-radius: 100%;
	overflow: hidden;
	flex: 0 0 auto;
	align-self: flex-start;
}

.TESTIMONIALS .name {
	font-weight: 700;
}

.TESTIMONIALS .b-columns.alt-flickity .flickity-viewport {overflow: visible;}

@media screen and (min-width: 961px) {
	.TESTIMONIALS:not(.alt-sport) .b-columns.alt-flickity .b-column {width: 75%;}
}

/* ALT-HOME */ 

@media screen and (min-width: 961px) {
	.TESTIMONIALS.alt-home .testimonial {height: auto;}
	.TESTIMONIALS.alt-home .flickity-prev-next-button {bottom: var(--ns7);}
}

