#razer-cup-intro .header{
	background: #44d62c;
	background: linear-gradient(90deg, #44d62c 35%, #bbf7b1 50%, #44d62c 65%);
	background-size: 180%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  text-transform: uppercase;
	animation: animation 4s linear infinite 1s;
}
@keyframes animation {
	from { background-position: 200% center; }
	to   { background-position: 0% center; }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}