.backdropImage {
	position: absolute;
	top     : 0px;
	z-index: -1;
	touch-action: none;
	left: 0px;
	bottom  :0px;
	right: 0px;
	background-position-x: 50%;
	background-position-y: 50%;
	background-repeat: no-repeat ;
	background-size: contain;
	color: rgba(255,255,255,0.87);
	opacity: 0.83;
}


.backdropImage20 {
	position: absolute;
	top     : 0px;
	z-index: -1;
	touch-action: none;
	left: 0px;
	bottom  :0px;
	right: 0px;
	background-position-x: 80%;
	background-position-y: 5%;
	background-repeat: no-repeat ;
	background-size: contain;
	color: rgba(255,255,255,0.87);
	opacity: 0.53;
}

.backdropImage100 {
	position: absolute;
	top     : 0px;
	z-index: -1;
	touch-action: none;
	left: 0px;
	bottom  :0px;
	right: 0px;
	background-position-x: 80%;
	background-position-y: 5%;
	background-repeat: no-repeat ;
	background-size: contain;
	color: rgba(255,255,255,0.87);
	opacity: 1.0;
}

.backdropContainer {
	background-color:rgba(0, 0, 0, 0.83);
	position: fixed;
	z-index : -1;
	top     : 0px;
	right   : 0px;
	bottom  :0px;
	left: 0px;
	
}