.vis-8534-wrapper {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	position: relative;
	background: transparent;
}

.vis-8534-rotated {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150vw; 
	height: 150vh;
	transform-origin: center center;
}

.vis-8534-track-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	/* align-items: center; Remove to allow top positioning */
}

.vis-8534-track {
	display: flex;
	flex-direction: column;
	width: 100%;
	will-change: transform;
	padding: 0;
	margin: 0;
}

.vis-8534-slide {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.vis-8534-slide img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
