.rotating-eye-container-9705696b {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rotating-eye-bg-9705696b {
	width: 100%;
	height: auto;
	animation: rotate-bg-9705696b 8s linear infinite;
	position: relative;
	z-index: 1;
}

.rotating-eye-fg-9705696b {
	width: 100%;
	height: auto;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: 2;
}

@keyframes rotate-bg-9705696b {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
