#homepage-2015 .testimonial-article {
    width: 80%;
    min-height: 85px;
    padding: 1em 0 2em 2.5em;
    box-sizing: border-box;
}

.testimonial-article {
    display: inline-block;
    vertical-align: top;
    width: calc(95% - 125px);
    min-height: 85px;
    background: transparent url(bg-testimonial-article.png) no-repeat 0 0;
}

.testimonial-article blockquote {
	font-family: "Open sans", sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	font-style: italic;
	line-height: 28px;
	color: #444;
	background: transparent;
}

.content-top .testimonial-sender {
	margin-left: 0;
	color: #000;
}

.testimonial-sender {
    display: block;
    margin-left: 55px;
    font-size: 13px;
    font-weight: bold;
}

.testimonial-image {
    display: inline-block;
    max-width: 120px;
    width: 100%;
    margin-right: 5%;
    vertical-align: top;
}

a.testimonial-link {
	position: absolute;
	right: 0;
	bottom: 1.5em;
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 36em) {
	.testimonial-image img {
		display: block;
	}
}
