/* CSS Document */

.image-fullbackground {
	width:100%;
	position: absolute;
	z-index: 0;
	left:0;
}
.image-fullbackground img {
	width: 100%;
	height: auto;
}
.ccm-edit-mode .image-fullbackground {
	position: relative;
	z-index: auto;
	left:auto;
}