  #hero-landing .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}	
.hero-container {
	position: relative;
}
.hero-container .hero-content {
	width: 100%;
}
.hero-container .hero-image img {
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
@media (min-width: 1200px) {
	.hero-container .hero-image {
		min-height: 362px;
	}
}
@media (min-width: 992px){
	#content-container {
		padding-top: 50px;
	}
/* Sticky column */	
	.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 15px;
	}	
}