1.img-baby-g-about {
2 width: 100%;
3 height: 327px;
4 animation: animateCloud 10s linear infinite;
5 background-image: url(https://i.postimg.cc/T1nt9ZLk/Lv8L0.png);
6 background-repeat: repeat-x;
7 background position: 0 0;
8}
9
10@keyframes animateCloud {0% {background position: 0 0;}100% {background-position: 1280px 0;}}