@keyframes bannerFlow {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.userBanner,
.label,
.userTitle {
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
font-size: 72%;
padding: 4px...