.section-mentions ol {
	list-style: none;
}

.section-mentions li {
	padding: 10px 15px;
	text-indent: initial;
	margin-left: initial;
}

.section-mentions li::before {
	content: "";
}

.section-mentions .slidewrap {
	overflow: hidden !important;
	position: relative;
	width: 100%;
}

.section-mentions blockquater {
	font-size: 1.2em;
	font-style: italic;
	padding-left: 4em;
	
}
.section-mentions blockquater p {
	color: #9699a4;
}	

.section-mentions .slidewrap:hover blockquater p {
	color: black;
	transition: 0.8s;
}
.section-mentions blockquater::before {
	content: "“";
	font-size: 4em;
	font-style: italic;
	margin-left: -1em;
	float: left;
}

.section-mentions a.prev,
.section-mentions a.next { 
	display: block;
	font-size: 3em;
	color: #666;
}

.section-mentions a.prev.disabled,
.section-mentions a.next.disabled { 
	color: #DDD;
	cursor: default;
}

section.mentions { position: relative; width: 100%; padding: 5px 0; }
.section-mentions .slidewrap { width: 92.6%; margin: 0 auto; }

.section-mentions .prev,
.section-mentions .next {
	float: left;
	position: absolute;
	top: 50%;
	margin: -0.8em 0 0 0;
	display: block;
}
.section-mentions .prev { left: 0; }
.section-mentions .next { right: 0; }

.section-mentions a:hover,
.section-mentions a:focus {  outline: none; text-decoration: none;}