#snappleWebAni {
	background: url(../portfolio/global-website.jpg);
	width: 100%;
	height: 530px;
	background-size: 100%;
	background-position: top;
}

@keyframes move {
  from { background-position: top; }
  to   { background-position: bottom; }
}

.move {
  animation: move 5s steps(30) infinite alternate;
}