div.testimonials
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 35em;
	background-color: #EB5F47;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #EB5F47;
}

@media (min-width: 500px) { div.testimonials { display: table-cell; width: 25%; height: auto; } }

a.testimonial
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0%;
}

a.testimonial > img
{
	display: inline-block;
	width: 100%;
	height: auto;
}

a.testimonial > h3
{
	display: block;
	clear: none;
	font-size: 120%;
	color: #ffffff;
	margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
}

div#testimonialControlsContainer
{
	position: absolute;
	bottom: 0em;
	left: 0em;
	right: 0em;
	width: 100%;
	padding-left: 0em;
  padding-right: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
	background-color: #C6523C;
	text-align: left;
}

div.testimonialControls
{
	display: inline;
  width: auto;
}

div.testimonialControls > a
{
	display: inline;
	float: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 80%;
	line-height: 1em;
	color: #ffffff;
	border: 0px;
	padding: 0px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: center;
	margin: 0px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	text-transform: capitalize;
}

div.testimonialControls > a:hover
{
	text-decoration: underline;
}

div.testimonialControls > a:not(:last-child)
{
	border-right: 1px solid white;
}

div.testimonialControls > button:hover
{
	color: #ffffff;
}
