.customQuote {
/*	background-image: url('/wp-content/themes/westcott/static/images/quote-watermark.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	/*padding-top: 23px;*/
	/*min-height: 400px;*/
	border-left: 3px solid #e2e2e2;
	padding-left: 24px;
}

.customQuote-quote {
	color:#71777a;
	font-family:"Baskerville", sans;
	font-weight: normal;
	margin: 0;	
	font-size: 23px;
    line-height: 30px;
}

@media (max-width: 700px) {
	.customQuote-quote {
		font-size:19px;
		line-height: 28px;
	}
}

.customQuote-author {
	font-family:"GillSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0 0 0;
    font-size: 17px;
}

.customQuote-role {
	font-family:"GillSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 27px;
	opacity: 0.5;
	margin:0;
}

.quote-credits {
	text-align: left;
}