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