/* CSS Document */

.testimonial-photo-background {
	position: relative;
	font-size:2vw;
}

.testimonial-photo-background-image {
	
}

.testimonial-photo-background-image img {
	width:100%;
	height:auto;
}

.testimonial-foreground {
	position: absolute;
	top: 0;
	padding: 5rem 1.5rem 1.5em;
	height: 100%;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	width: 100%;
}

.testimonial-photo-background .ccm-block-testimonial-image {
	text-align: center;
	margin-bottom:.5rem;
}

.testimonial-photo-background .ccm-block-testimonial-image img {
	border: 15px solid  rgba(255,255,255,.3);
	box-shadow: 0px 2px 9px 4px rgba(0,0,0,.123);
	border-radius: 5px;
	max-width:40%;
}

.testimonial-photo-background .ccm-block-testimonial-quote {
	text-align: center;
	width: 100%;
}

.testimonial-photo-background .ccm-block-testimonial-paragraph {
	color: rgba(0,0,0,.5);
	font-family: "Playfair";
	font-style: italic;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1em;
	margin-bottom: 1rem;
}

.testimonial-photo-background .ccm-block-testimonial-name,
.testimonial-photo-background .ccm-block-testimonial-name a {
	color: rgba(0,0,0,.45);
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.2em;
}

.testimonial-photo-background .ccm-block-testimonial-name a:hover {
	color: rgba(0,0,0,.85);
}



