#rotating-item-wrapper {
	position: relative;
	width: 400px;
	height: 400px;
	position: relative;
    z-index: 2;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

