html{
	max-width: 100%;
	overflow-x: hidden;
}

.hero-image{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/css-img/clients.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/css-img/clients.jpg");
}

.wrapper{
	height: 200px;
}

.section-contents{
	height: 100%;
}
