.bouncer {
float: none;
margin: auto;
width: 50px;
height: 50px;
margin-top: 0px;
background-image: url('http://biolifedma.co.il/wp-content/themes/biolifedma/images/lp/arrows.png');
background-position: center center;
background-repeat: no-repeat;
display: block;
transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-webkit-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
position: relative;
animation: bounceer 2.5s linear infinite;
-moz-animation: bounceer 2.5s linear infinite;
-webkit-animation: bounceer 2.5s linear infinite;
-o-animation: bounceer 2.5s linear infinite;
-ms-animation: bounceer 2.5s linear infinite;
-webkit-animation: mymove 3s;
-webkit-animation-iteration-count: 3;
animation: mymove 3s;
animation-iteration-count: 3;
}