#jcLg{
width:100%;
}
svg{
left:-200px;
animation: go 0.5s linear;
}
@keyframes go {
from{ left:0px;}
  to {
    left:-200px;
  }
}