/* IMAGES */



.brand img {
	width: auto;
	height: 75px;
	max-height: 75px;
}
.brand-sm img {
	width: auto;
	height: 75px;
	max-height: 75px;
	margin-right: 35px
}
.brand-md img {
	width: auto;
	height: auto;
	max-width: 333px;
	
  margin-bottom: 20px;
}
.brand-lg img {	
	width: auto;
	height: 100%;
	max-height: 355px;
}




@media (max-width: 768px) {
	.brand img {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px
	}
	.brand-md img {
  width: auto;
  height: auto;
  max-width: 230px;
}
	.brand img {
		/*float: none;
		display: block;*/
		margin: 0 auto;
		width: 33%;
	}
 .brand-lg img {
		margin: 0 auto;
		width: 50%;
	}
}
}