.testimonials {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-evenly;
}
.testimonials .testimonial__container {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px;
	width: calc(25% - 20px);
	padding: 10px;
	min-width: 250px;
}

@media screen and (min-width: 768px) {
	.testimonials .testimonial__container {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.testimonials a.show_desc,
.testimonials a.show_desc:hover {
	text-decoration: none;
	color: #1a4758;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%) !important;
	width: 100%;
	padding: 10px 10px 4em 10px;
	text-align: center;
	height: 100%;
	position: relative;
}
.testimonials a.show_desc:hover {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%) !important;
}
.testimonials .testimonial__image {
	margin-bottom: 10px;
	-ms-flex-order: 1;
	order: 1;
	overflow: hidden;
	text-align: center;
}
.testimonials .testimonial__image img {
	height: auto;
	max-width: 175px;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	width: 100%;
	transition: 0.2s;
	max-width: 200px !important;
}
/*
.testimonial__container 
.testimonial__container-contents 
testimonal__image
testimonial__desc
testimonial__excerpt
testimonial__name
testimonial__job-title
testimonial__company
testimonial__solutions
testimonial__solution
*/

.testimonials .testimonial__button {
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #81a145;
	transition: 0.2s all;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 90%;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 15px auto;
	position: absolute;
	bottom: 0px;
	left: 5%;
}

.testimonials a:hover .testimonial__button {
	background-color: #2b3922;
}

.testimonials .testimonial a:hover .testimonial__button {
	background-color: #1a4758;
}

/* The Modal (background) */
.testimonials .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(245, 245, 245, 0.92);
}

/* Modal Content/Box */
.testimonials .modal-container {
	/*content { */
	background-color: #fff;
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.2);
	margin: 15% auto;
	padding: 40px 20px;
	width: max(800px, 80%);
	position: relative;
}

/* The Close Button */
.testimonials .close {
	position: absolute;
	top: -5px;
	right: -5px;
	font-family: serif;
	font-weight: bold;
	border: 0 none;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	background: #fff;
	color: #81a145;
}

.testimonials .close:hover,
.testimonials .close:focus {
	color: #1a4758;
	text-decoration: none;
	cursor: pointer;
}

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

ul.testimonial__solutions li.testimonial__solution {
	padding: 10px;
	margin: 10px 10px 10px 5px;
	display: inline-block;
	border: 1px solid #dddddd;
	border-radius: 20px;
	font-size: 0.75em;
	line-height: 0.8;
	background: #eeeeee;
	color: #000000;
}

/*
.testimonials .testimonial__info {
	width: 100%;
}
.testimonials .testimonial__image img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 * /
	filter: grayscale(100%);
}
.testimonials .testimonial__image a:hover img {
	-webkit-filter: none; /* Safari 6.0 - 9.0 * /
	filter: none;
	transform: scale(1.05);
}
.testimonials .testimonial .modal-description .testimonial__image img {
	-webkit-filter: none;
	filter: none;
}
@media screen and (min-width: 768px) {
	.testimonials .testimonial .modal-description {
		display: flex;
	}
}
.testimonials .testimonial .modal-description .testimonial {
	min-width: 200px;
}
.testimonials .testimonial .modal-description .testimonial__info {
	width: 100%;
}
.testimonials .jobs {
	margin: auto 20px;
}
*/
