
.trans_scene 
{
	perspective: 600px !important;
}

.trans_rootview
{
	transform-style: preserve-3d !important;
	transform-origin : 50% 50% !important;
	overflow: visible !important;
}

.trans_comp
{
	transform-style: preserve-3d !important;
	overflow: visible !important;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.trans_gone
{
	display: none !important;
}

