.view-visit-page-testimonials a:hover {
	text-decoration: none;
}

.paragraphs-item-paragraph-quote .paragraph-quote__img img {
	width: 100%;
	height: auto;
}

.paragraphs-item-paragraph-quote .paragraph-quote__img {
	max-height: 625px;
	overflow: hidden;
}

.classy-quote--light .paragraphs-item-paragraph-quote .paragraph-quote__img img {
	float: left;
}

.classy-quote--dark .paragraphs-item-paragraph-quote .paragraph-quote__img img {
	float: right;
}

@media only screen and (max-width: 1350px) {
	.paragraphs-item-paragraph-quote .paragraph-quote__img {
		height: inherit;
		max-height: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.classy-quote--light .paragraphs-item-paragraph-quote .paragraph-quote__img img {
		right: 0px;
	}

	.classy-quote--dark .paragraphs-item-paragraph-quote .paragraph-quote__img img {
		left: 0px;
	}
	
	.paragraphs-item-paragraph-quote .paragraph-quote__img img {
		width: 100%;
		height: auto;
	}
	
	.paragraphs-item-paragraph-quote .paragraph-quote__img {
		height: 100%;
	}
}