.smetebo {
position: fixed;
left: 0px;
z-index: 999999;
width: 220;
height: auto;
/*background: blue;*/
-webkit-animation: smetebo 10s infinite;
-webkit-animation-delay: 0s;
animation: smetebo 10s infinite;
animation-delay: 0s;
animation-timing-function: ease-in-out;
-webkit-animation-name: smetebo;
-webkit-animation-duration: 10s;
-webkit-animation-timing-function: infinite;
}
@-webkit-keyframes smetebo {
0% {-webkit-transform: scale(.15) translate3d(-125px,40px,0) rotate(20deg)}
50% {-webkit-transform: scale(.3) translate3d(2700px,450px,0) rotate(-20deg)}
to {-webkit-transform: scale(.15) translate3d(-125px,40px,0) rotate(20deg)}
}
@keyframes smetebo {
0% {transform: scale(.15) translate3d(-125px,40px,0) rotate(20deg)}
50% {transform: scale(.3) translate3d(2700px,450px,0) rotate(-20deg)}
to {transform: scale(.15) translate3d(-125px,40px,0) rotate(20deg)}
}
.smeterbo {
width: 70%;
}
.animated {
    animation-duration: 0.5s;
}