.testimonials .content {
	width: 100% !important;
	padding: 0;
}

.testimonials .people {
	width: 100%;
}

.testimonials .person {
	width: 100%;
	padding: 3rem 1rem 0 1rem;
	border-radius: 4px;
	background-color: white;
	margin-bottom: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimonials .person .img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.testimonials .content .credit {
	font-size: 1.25rem;
}

.people {
	text-align: center;
}

.person {
    padding : 2rem 25px;
	display: inline-block;
	width: 250px;
	height: 430px;
	border: 0;
	vertical-align: top;
}

.person h4 {
	height: 42px;
}

.person .img {
	width: 200px;
}

.person .img .prsn {
	border-radius: 50%;
	width: 200px;
	max-height: 200px;
}
.person .img .flag {
	border-radius: 50%;
	width: 50px;
	margin-top: -35px;
}

.person div{
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.person ul {
	list-style: none;
    margin: 0;
    padding-left: 0;
}

/* In the modal */

.person-modal img {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.person-modal #details {
	width: 95%;
	
}

.person-modal dl dt {
	margin: 0.5rem 0 0 0;
}


@media (min-width: 768px) {

	.testimonials .people {
		display: flex;
	}
	
	.testimonials .person {
		width: 50%;
		margin: 2rem;
	}


	.person-modal img {
		display: inline-block;
		width: 45%;
		margin-left: auto;
		margin-right: 2%;
	}

	.person-modal #details {
		width: 45%;
		margin-right: auto;
		margin-left: auto;
		display: inline-block;
		vertical-align: top;
		position: absolute;
		height: 90%;
		overflow-y: scroll;
	}
}