.fixedImageContainer {
	width:100%;
	position:relative;
	overflow:hidden;
}

.fixedImageContainer .fixedImageContent {
	
}

.fixedImageContainer .fixedImageContent img {
	width:100%;
	height:auto;
}


@media all and (max-width: 768px) {
	
}