.ar-camera-container{
	position:fixed;
	width :50%;
	height:100%;
	display:none;
	overflow:hidden;
	top:0;
	pointer-events:none;
	z-index:-1;
}

.ar-camera-container.full{
	width:100%;
}

.ar-container-left{
	left : 0;
}

.ar-container-right{
	left : 50%;
}

.ar-camera-container.full.ar-container-right{
	display:none !important;
}

.ar-camera{
	width  : auto;
	height : auto;

	min-width  : 100%;
	min-height : 100%;

	top  : 50%;
	left : 0;

	position       : absolute;
	pointer-events : none;

	-webkit-transform : translate(-25%, -50%);
	   -moz-transform : translate(-25%, -50%);
	    -ms-transform : translate(-25%, -50%);
	        transform : translate(-25%, -50%);
}

.ar-camera-container.full .ar-camera{
	-webkit-transform : translate(0%, -50%);
	   -moz-transform : translate(0%, -50%);
	    -ms-transform : translate(0%, -50%);
	        transform : translate(0%, -50%);
}
