/* CSS Document */
.cbg-overlay {
	z-index: 99999;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100vw; height: 100vh;
	background-image: url(../Images/CBG_Overlay.png);
	background-repeat: no-repeat;  
	background-attachment: fixed;  
	background-position: bottom; 
	background-size: 100% Auto;
}
.cbj-overlay {
	z-index: 99999;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100vw; height: 100vh;
	background-image: url(../Images/CBJ_Overlay.png);
	background-repeat: no-repeat;  
	background-attachment: fixed;  
	background-position: bottom; 
	background-size: 100% Auto;
}