

	.BG-Scale { 
		   
	}
	.BG-App {
		box-shadow: 0px 0px 9px RGBA(0,0,0,.2);
    	border: 1px solid #999;
		position:relative;
		margin-top:-1px;
	}
	
	.BG-APP-TransactionDetails { 
		background-image:url(/images/G2/TransactionDetails.png); 
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.BG-APP-AvailabilityCalendar { 
		background-image:url(/images/G2/AvailabilityCalendar.png); 
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.BG-APP-gcManager { 
		background-image:url(/images/G2/gcManager.png); 
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	@media (max-width:640px) {
		.BG-Scale { 
		    transform: scale(1.7);
		}
	}
	
	
