
#testimonials > p {
	margin-bottom	: 3vh;
	opacity			: 0;
	position		: relative;
	transition		: all .33s;
}
#testimonials > p:last-of-type { margin-bottom: 52vh; }
#testimonials > p:hover { z-index: 1; }
