#rotating-item-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
    margin-bottom: 38%;
    margin-right: 0px;
    margin-left: 0px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	
}
