/* Custom, iPhone Retina */ 
@media only screen and (max-width : 768px) {
	.carousel-item > img {
		height: auto;
	}
	.brand {
		display: none;
	}
	.services {
		margin-top: 50px;
	}
	[class*='col-'] {
		margin-left: 0;
	}
	body {
		padding-top: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}	