.fixedImageContainer {
	width:100%;
	position:relative;
	overflow:hidden;
}

.heroPane .fixedImageContainer {
	margin-top:-130px;
}

.fixedImageContainer .fixedImageContent {
	
}

.fixedImageContainer .fixedImageContent img {
	width:100%;
	height:auto;
}

.heroPane .fixedImageContainer .sc-menu {
	top:145px !important;
}

@media all and (max-width: 800px) {
	.heroPane .fixedImageContainer {
		  margin-top: 0;
	}
}