#startARDiv {
	width: 60vw;
	height: 40vh;
	background-image: url('../img/cameraselect/background.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#cameraPic{
	margin-top: 7vh;
	width: 10vw;
	height: 5vh;
	background-image: url('../img/cameraselect/camera.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 50%;
	transform: translateX(-50%);
}

#chooseCamSel{
	margin-top: 3vh;
	background-image: url('../img/cameraselect/unselect.png');
	background-position: center;
	background-repeat: no-repeat;
	//background-size: contain;
	    background-size: 100% 100%;
    border: none;
}

#beginCamHint{
	margin-left: 50%;
	transform: translateX(-50%);
	width: 50vw;
	height: 10vh;
	background-image: url('../img/cameraselect/text.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#startARButton {
	position: absolute;
	width: 30vw;
	height: 5vh;
	background-image: url('../img/cameraselect/ensurebutton.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
/*
.cameraSelectDiv {
	position: absolute;
	margin-left: 50%;
	top: 50%;
	z-index: 99;
	transform: translateX(-50%);
}*/
.cameraSelectDiv {
position: absolute;
	margin-left: 50%;
	margin-top: 30vh;
	//vertical-align:middle;
	z-index: 99;
	transform: translateX(-50%);
text-align:center;
/*display:flex;justify-content:center;align-items:center;*/
	z-index: 99;
}

.innerSelectDiv {
	margin-left: 50%;
	transform: translateX(-50%);
}