.industry-banner {
	background: #e2e2e2;
	padding: 30px 30px 10px;
}

.industry-image {
	max-width: 100%;
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.industry-banner {
		padding: 60px 0 40px;
	}
	.industry-image {
		float: right;
		margin-left: 30px;
		-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.33);
	    -moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.33);
	    box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.33);
	    position: relative;
	    z-index: 3;
	}
}