/* CSS Document */
.full-background-right .img-full-background { background-position:right; }
.full-background-contain .img-full-background { background-size:contain; background-repeat:no-repeat; }
.img-full-background { width:100%; height:100%; min-height:80vh; background-position:center; background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
}
.img-full-background > div { width:100%; height:100%; background:rgba(0,0,0,.36); }


.ccm-edit-mode .img-full-background { min-height:3000px; position:relative; }

.parallax { position: absolute; width:100%; height: 100%; overflow: hidden; }
.ccm-edit-mode .parallax { position: relative; }
