.userBanner
{
color: white;
text-transform: uppercase;
font-weight: 700;
font-size: 71%;
border-radius: 1000px 450px 1000px 450px;
padding: 5px 7px;
background-size: 700% 700%;
animation: AnimBanner 10s ease infinite;
&.userBanner--staff
{
text-transform: uppercase;
font-weight: 700;
font-size...