#rotating-donor {
	transition: opacity 0.5s ease;
	opacity: 1;
}
#rotating-donor.fade-out {
	opacity: 0;
}
