.fixedImageContainer {
	position:relative;
	width:100%;
	position:relative;
	overflow:hidden;
}

.heroPane .fixedImageContainer {
	margin-top:-155px;
}

.heroPane .fixedImageContainer .sc-menu {
	top:160px;
}

.fixedImageContainer .fixedImageContent {
	
}

.fixedImageContainer .fixedImageContent img {
	width:100%;
	height:auto;
	margin-top: -7.5%;
	margin-bottom: -7.5%;
}

@media all and (max-width: 1280px) {
	.fixedImageContainer .fixedImageContent img {
		margin-top: -5%;
		margin-bottom: -5%;
	}
}

@media all and (max-width: 1024px) {
	.fixedImageContainer .fixedImageContent img {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media all and (max-width: 800px) {
	.heroPane .fixedImageContainer {
		margin-top:0;
	}
	
	.heroPane .fixedImageContainer .sc-menu {
		top:inherit;
	}
}