.tcplus-app {
	width:100%;
	height:100%;
	background-image: url(App.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	overflow:hidden;
	background-color:#3D586D;
	position:absolute;
	z-index:1000;
	top:0;
	background-size:100%
}
.tcplus-app-open {
	bottom:10%;
	width:44%;
	left:5%;
	height:9%;
	position:absolute
}
.tcplus-app-google-download {
	bottom:10%;
	right:5%;
	width:44%;
	height:9%;
	position:absolute
}

.tcplus-app-appstore-download {
	bottom:10%;
	right:5%;
	width:44%;
	height:9%;
	position:absolute
}
.tcplus-app-close {
	position:absolute;
	top:0;
	right:0;
	width:20%;
	height:30%;
	max-width: 200px;
	max-height: 300px;
	background-image:url(../img/close.png);
	background-repeat:no-repeat;
	background-size:contain;
	
}


