body {
	overflow: hidden;
}
.jtwh-contenr-stage, .jtwh-contenr-ring, .jtwh-contenr-ring-img {
	width:100%;
	height: 100%;
	transform-style: preserve-3d;
	user-select:none;
	position: absolute;
	background-size: 100%;
	background-repeat:no-repeat;
}


.jtwh-contenr-stage {
	overflow: hidden;
	position: absolute;
	/*right: 232px;*/
	height: 500px;
	top: 1550px;
	width: 960px;
	margin: 0 auto;
}

.jtwh-contenr {
	perspective: 2000px;
	width: 300px;
	height: 400px;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}