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