#testimonials {
	background-color: white;
	height: 250px;
	text-align: center;
}

#testimonials ul {
	width: 100%;
	margin-top: 20px;
	padding: 0px;
	float: left;
}

#testimonials ul li {
	display: inline-block;
	width:  18%;
	height: 100px;
}

#testimonials ul li img{
	margin-top: 25px;
	height: 70%;
}

@media screen and (max-width:950px) {
		#testimonials {
			height: 440px;
			background-color: white;
			text-align: center;
		}
		
		#testimonials ul {
			width: 100%;
			float: left;
			margin: 20px;
			padding: 0px;
		}
		
		#testimonials ul li {
		display: block;
		width:  90%;
		height: 60px;
		margin-top: 5px;
	}
}

