/* animation Play */
.shake0 {
  animation: shake 2s ease 0s infinite normal;
  -webkit-animation: shake 2s ease 0s infinite normal;
}

.move0 {
  animation: move 5s ease-in-out 0s infinite normal;
  -webkit-animation: move 5s ease-in-out 0s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 0;
}

.pos0 {
  left: 0%;
}

.scale0 {
  transform: scale(0);
  -webkit-transform: scale(0);
}

.shake1 {
  animation: shake 2.2s ease 0s infinite normal;
  -webkit-animation: shake 2.2s ease 0s infinite normal;
}

.move1 {
  animation: move 5.2s ease-in-out 0.2s infinite normal;
  -webkit-animation: move 5.2s ease-in-out 0.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 1;
}

.pos1 {
  left: 2%;
}

.scale1 {
  transform: scale(0.0333);
  -webkit-transform: scale(0.0333);
}

.shake2 {
  animation: shake 2.4s ease 0s infinite normal;
  -webkit-animation: shake 2.4s ease 0s infinite normal;
}

.move2 {
  animation: move 5.4s ease-in-out 0.4s infinite normal;
  -webkit-animation: move 5.4s ease-in-out 0.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 2;
}

.pos2 {
  left: 4%;
}

.scale2 {
  transform: scale(0.0666);
  -webkit-transform: scale(0.0666);
}

.shake3 {
  animation: shake 2.6s ease 0s infinite normal;
  -webkit-animation: shake 2.6s ease 0s infinite normal;
}

.move3 {
  animation: move 5.6s ease-in-out 0.6s infinite normal;
  -webkit-animation: move 5.6s ease-in-out 0.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 3;
}

.pos3 {
  left: 6%;
}

.scale3 {
  transform: scale(0.0999);
  -webkit-transform: scale(0.0999);
}

.shake4 {
  animation: shake 2.8s ease 0s infinite normal;
  -webkit-animation: shake 2.8s ease 0s infinite normal;
}

.move4 {
  animation: move 5.8s ease-in-out 0.8s infinite normal;
  -webkit-animation: move 5.8s ease-in-out 0.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 4;
}

.pos4 {
  left: 8%;
}

.scale4 {
  transform: scale(0.1332);
  -webkit-transform: scale(0.1332);
}

.shake5 {
  animation: shake 3s ease 0s infinite normal;
  -webkit-animation: shake 3s ease 0s infinite normal;
}

.move5 {
  animation: move 6s ease-in-out 1s infinite normal;
  -webkit-animation: move 6s ease-in-out 1s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 5;
}

.pos5 {
  left: 10%;
}

.scale5 {
  transform: scale(0.1665);
  -webkit-transform: scale(0.1665);
}

.shake6 {
  animation: shake 3.2s ease 0s infinite normal;
  -webkit-animation: shake 3.2s ease 0s infinite normal;
}

.move6 {
  animation: move 6.2s ease-in-out 1.2s infinite normal;
  -webkit-animation: move 6.2s ease-in-out 1.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 6;
}

.pos6 {
  left: 12%;
}

.scale6 {
  transform: scale(0.1998);
  -webkit-transform: scale(0.1998);
}

.shake7 {
  animation: shake 3.4s ease 0s infinite normal;
  -webkit-animation: shake 3.4s ease 0s infinite normal;
}

.move7 {
  animation: move 6.4s ease-in-out 1.4s infinite normal;
  -webkit-animation: move 6.4s ease-in-out 1.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 7;
}

.pos7 {
  left: 14%;
}

.scale7 {
  transform: scale(0.2331);
  -webkit-transform: scale(0.2331);
}

.shake8 {
  animation: shake 3.6s ease 0s infinite normal;
  -webkit-animation: shake 3.6s ease 0s infinite normal;
}

.move8 {
  animation: move 6.6s ease-in-out 1.6s infinite normal;
  -webkit-animation: move 6.6s ease-in-out 1.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 8;
}

.pos8 {
  left: 16%;
}

.scale8 {
  transform: scale(0.2664);
  -webkit-transform: scale(0.2664);
}

.shake9 {
  animation: shake 3.8s ease 0s infinite normal;
  -webkit-animation: shake 3.8s ease 0s infinite normal;
}

.move9 {
  animation: move 6.8s ease-in-out 1.8s infinite normal;
  -webkit-animation: move 6.8s ease-in-out 1.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 9;
}

.pos9 {
  left: 18%;
}

.scale9 {
  transform: scale(0.2997);
  -webkit-transform: scale(0.2997);
}

.shake10 {
  animation: shake 4s ease 0s infinite normal;
  -webkit-animation: shake 4s ease 0s infinite normal;
}

.move10 {
  animation: move 7s ease-in-out 2s infinite normal;
  -webkit-animation: move 7s ease-in-out 2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 10;
}

.pos10 {
  left: 20%;
}

.scale10 {
  transform: scale(0.333);
  -webkit-transform: scale(0.333);
}

.shake11 {
  animation: shake 4.2s ease 0s infinite normal;
  -webkit-animation: shake 4.2s ease 0s infinite normal;
}

.move11 {
  animation: move 7.2s ease-in-out 2.2s infinite normal;
  -webkit-animation: move 7.2s ease-in-out 2.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 11;
}

.pos11 {
  left: 22%;
}

.scale11 {
  transform: scale(0.3663);
  -webkit-transform: scale(0.3663);
}

.shake12 {
  animation: shake 4.4s ease 0s infinite normal;
  -webkit-animation: shake 4.4s ease 0s infinite normal;
}

.move12 {
  animation: move 7.4s ease-in-out 2.4s infinite normal;
  -webkit-animation: move 7.4s ease-in-out 2.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 12;
}

.pos12 {
  left: 24%;
}

.scale12 {
  transform: scale(0.3996);
  -webkit-transform: scale(0.3996);
}

.shake13 {
  animation: shake 4.6s ease 0s infinite normal;
  -webkit-animation: shake 4.6s ease 0s infinite normal;
}

.move13 {
  animation: move 7.6s ease-in-out 2.6s infinite normal;
  -webkit-animation: move 7.6s ease-in-out 2.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 13;
}

.pos13 {
  left: 26%;
}

.scale13 {
  transform: scale(0.4329);
  -webkit-transform: scale(0.4329);
}

.shake14 {
  animation: shake 4.8s ease 0s infinite normal;
  -webkit-animation: shake 4.8s ease 0s infinite normal;
}

.move14 {
  animation: move 7.8s ease-in-out 2.8s infinite normal;
  -webkit-animation: move 7.8s ease-in-out 2.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 14;
}

.pos14 {
  left: 28%;
}

.scale14 {
  transform: scale(0.4662);
  -webkit-transform: scale(0.4662);
}

.shake15 {
  animation: shake 5s ease 0s infinite normal;
  -webkit-animation: shake 5s ease 0s infinite normal;
}

.move15 {
  animation: move 8s ease-in-out 3s infinite normal;
  -webkit-animation: move 8s ease-in-out 3s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 15;
}

.pos15 {
  left: 30%;
}

.scale15 {
  transform: scale(0.4995);
  -webkit-transform: scale(0.4995);
}

.shake16 {
  animation: shake 5.2s ease 0s infinite normal;
  -webkit-animation: shake 5.2s ease 0s infinite normal;
}

.move16 {
  animation: move 8.2s ease-in-out 3.2s infinite normal;
  -webkit-animation: move 8.2s ease-in-out 3.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 16;
}

.pos16 {
  left: 32%;
}

.scale16 {
  transform: scale(0.5328);
  -webkit-transform: scale(0.5328);
}

.shake17 {
  animation: shake 5.4s ease 0s infinite normal;
  -webkit-animation: shake 5.4s ease 0s infinite normal;
}

.move17 {
  animation: move 8.4s ease-in-out 3.4s infinite normal;
  -webkit-animation: move 8.4s ease-in-out 3.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 17;
}

.pos17 {
  left: 34%;
}

.scale17 {
  transform: scale(0.5661);
  -webkit-transform: scale(0.5661);
}

.shake18 {
  animation: shake 5.6s ease 0s infinite normal;
  -webkit-animation: shake 5.6s ease 0s infinite normal;
}

.move18 {
  animation: move 8.6s ease-in-out 3.6s infinite normal;
  -webkit-animation: move 8.6s ease-in-out 3.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 18;
}

.pos18 {
  left: 36%;
}

.scale18 {
  transform: scale(0.5994);
  -webkit-transform: scale(0.5994);
}

.shake19 {
  animation: shake 5.8s ease 0s infinite normal;
  -webkit-animation: shake 5.8s ease 0s infinite normal;
}

.move19 {
  animation: move 8.8s ease-in-out 3.8s infinite normal;
  -webkit-animation: move 8.8s ease-in-out 3.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 19;
}

.pos19 {
  left: 38%;
}

.scale19 {
  transform: scale(0.6327);
  -webkit-transform: scale(0.6327);
}

.shake20 {
  animation: shake 6s ease 0s infinite normal;
  -webkit-animation: shake 6s ease 0s infinite normal;
}

.move20 {
  animation: move 9s ease-in-out 4s infinite normal;
  -webkit-animation: move 9s ease-in-out 4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 20;
}

.pos20 {
  left: 40%;
}

.scale20 {
  transform: scale(0.666);
  -webkit-transform: scale(0.666);
}

.shake21 {
  animation: shake 6.2s ease 0s infinite normal;
  -webkit-animation: shake 6.2s ease 0s infinite normal;
}

.move21 {
  animation: move 9.2s ease-in-out 4.2s infinite normal;
  -webkit-animation: move 9.2s ease-in-out 4.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 21;
}

.pos21 {
  left: 42%;
}

.scale21 {
  transform: scale(0.6993);
  -webkit-transform: scale(0.6993);
}

.shake22 {
  animation: shake 6.4s ease 0s infinite normal;
  -webkit-animation: shake 6.4s ease 0s infinite normal;
}

.move22 {
  animation: move 9.4s ease-in-out 4.4s infinite normal;
  -webkit-animation: move 9.4s ease-in-out 4.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 22;
}

.pos22 {
  left: 44%;
}

.scale22 {
  transform: scale(0.7326);
  -webkit-transform: scale(0.7326);
}

.shake23 {
  animation: shake 6.6s ease 0s infinite normal;
  -webkit-animation: shake 6.6s ease 0s infinite normal;
}

.move23 {
  animation: move 9.6s ease-in-out 4.6s infinite normal;
  -webkit-animation: move 9.6s ease-in-out 4.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 23;
}

.pos23 {
  left: 46%;
}

.scale23 {
  transform: scale(0.7659);
  -webkit-transform: scale(0.7659);
}

.shake24 {
  animation: shake 6.8s ease 0s infinite normal;
  -webkit-animation: shake 6.8s ease 0s infinite normal;
}

.move24 {
  animation: move 9.8s ease-in-out 4.8s infinite normal;
  -webkit-animation: move 9.8s ease-in-out 4.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 24;
}

.pos24 {
  left: 48%;
}

.scale24 {
  transform: scale(0.7992);
  -webkit-transform: scale(0.7992);
}

.shake25 {
  animation: shake 7s ease 0s infinite normal;
  -webkit-animation: shake 7s ease 0s infinite normal;
}

.move25 {
  animation: move 10s ease-in-out 5s infinite normal;
  -webkit-animation: move 10s ease-in-out 5s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 25;
}

.pos25 {
  left: 50%;
}

.scale25 {
  transform: scale(0.8325);
  -webkit-transform: scale(0.8325);
}

.shake26 {
  animation: shake 7.2s ease 0s infinite normal;
  -webkit-animation: shake 7.2s ease 0s infinite normal;
}

.move26 {
  animation: move 10.2s ease-in-out 5.2s infinite normal;
  -webkit-animation: move 10.2s ease-in-out 5.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 26;
}

.pos26 {
  left: 52%;
}

.scale26 {
  transform: scale(0.8658);
  -webkit-transform: scale(0.8658);
}

.shake27 {
  animation: shake 7.4s ease 0s infinite normal;
  -webkit-animation: shake 7.4s ease 0s infinite normal;
}

.move27 {
  animation: move 10.4s ease-in-out 5.4s infinite normal;
  -webkit-animation: move 10.4s ease-in-out 5.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 27;
}

.pos27 {
  left: 54%;
}

.scale27 {
  transform: scale(0.8991);
  -webkit-transform: scale(0.8991);
}

.shake28 {
  animation: shake 7.6s ease 0s infinite normal;
  -webkit-animation: shake 7.6s ease 0s infinite normal;
}

.move28 {
  animation: move 10.6s ease-in-out 5.6s infinite normal;
  -webkit-animation: move 10.6s ease-in-out 5.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 28;
}

.pos28 {
  left: 56%;
}

.scale28 {
  transform: scale(0.9324);
  -webkit-transform: scale(0.9324);
}

.shake29 {
  animation: shake 7.8s ease 0s infinite normal;
  -webkit-animation: shake 7.8s ease 0s infinite normal;
}

.move29 {
  animation: move 10.8s ease-in-out 5.8s infinite normal;
  -webkit-animation: move 10.8s ease-in-out 5.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 29;
}

.pos29 {
  left: 58%;
}

.scale29 {
  transform: scale(0.9657);
  -webkit-transform: scale(0.9657);
}

.shake30 {
  animation: shake 8s ease 0s infinite normal;
  -webkit-animation: shake 8s ease 0s infinite normal;
}

.move30 {
  animation: move 11s ease-in-out 6s infinite normal;
  -webkit-animation: move 11s ease-in-out 6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 30;
}

.pos30 {
  left: 60%;
}

.scale30 {
  transform: scale(0.999);
  -webkit-transform: scale(0.999);
}

.shake31 {
  animation: shake 8.2s ease 0s infinite normal;
  -webkit-animation: shake 8.2s ease 0s infinite normal;
}

.move31 {
  animation: move 11.2s ease-in-out 6.2s infinite normal;
  -webkit-animation: move 11.2s ease-in-out 6.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 31;
}

.pos31 {
  left: 62%;
}

.scale31 {
  transform: scale(1.0323);
  -webkit-transform: scale(1.0323);
}

.shake32 {
  animation: shake 8.4s ease 0s infinite normal;
  -webkit-animation: shake 8.4s ease 0s infinite normal;
}

.move32 {
  animation: move 11.4s ease-in-out 6.4s infinite normal;
  -webkit-animation: move 11.4s ease-in-out 6.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 32;
}

.pos32 {
  left: 64%;
}

.scale32 {
  transform: scale(1.0656);
  -webkit-transform: scale(1.0656);
}

.shake33 {
  animation: shake 8.6s ease 0s infinite normal;
  -webkit-animation: shake 8.6s ease 0s infinite normal;
}

.move33 {
  animation: move 11.6s ease-in-out 6.6s infinite normal;
  -webkit-animation: move 11.6s ease-in-out 6.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 33;
}

.pos33 {
  left: 66%;
}

.scale33 {
  transform: scale(1.0989);
  -webkit-transform: scale(1.0989);
}

.shake34 {
  animation: shake 8.8s ease 0s infinite normal;
  -webkit-animation: shake 8.8s ease 0s infinite normal;
}

.move34 {
  animation: move 11.8s ease-in-out 6.8s infinite normal;
  -webkit-animation: move 11.8s ease-in-out 6.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 34;
}

.pos34 {
  left: 68%;
}

.scale34 {
  transform: scale(1.1322);
  -webkit-transform: scale(1.1322);
}

.shake35 {
  animation: shake 9s ease 0s infinite normal;
  -webkit-animation: shake 9s ease 0s infinite normal;
}

.move35 {
  animation: move 12s ease-in-out 7s infinite normal;
  -webkit-animation: move 12s ease-in-out 7s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 35;
}

.pos35 {
  left: 70%;
}

.scale35 {
  transform: scale(1.1655);
  -webkit-transform: scale(1.1655);
}

.shake36 {
  animation: shake 9.2s ease 0s infinite normal;
  -webkit-animation: shake 9.2s ease 0s infinite normal;
}

.move36 {
  animation: move 12.2s ease-in-out 7.2s infinite normal;
  -webkit-animation: move 12.2s ease-in-out 7.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 36;
}

.pos36 {
  left: 72%;
}

.scale36 {
  transform: scale(1.1988);
  -webkit-transform: scale(1.1988);
}

.shake37 {
  animation: shake 9.4s ease 0s infinite normal;
  -webkit-animation: shake 9.4s ease 0s infinite normal;
}

.move37 {
  animation: move 12.4s ease-in-out 7.4s infinite normal;
  -webkit-animation: move 12.4s ease-in-out 7.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 37;
}

.pos37 {
  left: 74%;
}

.scale37 {
  transform: scale(1.2321);
  -webkit-transform: scale(1.2321);
}

.shake38 {
  animation: shake 9.6s ease 0s infinite normal;
  -webkit-animation: shake 9.6s ease 0s infinite normal;
}

.move38 {
  animation: move 12.6s ease-in-out 7.6s infinite normal;
  -webkit-animation: move 12.6s ease-in-out 7.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 38;
}

.pos38 {
  left: 76%;
}

.scale38 {
  transform: scale(1.2654);
  -webkit-transform: scale(1.2654);
}

.shake39 {
  animation: shake 9.8s ease 0s infinite normal;
  -webkit-animation: shake 9.8s ease 0s infinite normal;
}

.move39 {
  animation: move 12.8s ease-in-out 7.8s infinite normal;
  -webkit-animation: move 12.8s ease-in-out 7.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 39;
}

.pos39 {
  left: 78%;
}

.scale39 {
  transform: scale(1.2987);
  -webkit-transform: scale(1.2987);
}

.shake40 {
  animation: shake 10s ease 0s infinite normal;
  -webkit-animation: shake 10s ease 0s infinite normal;
}

.move40 {
  animation: move 13s ease-in-out 8s infinite normal;
  -webkit-animation: move 13s ease-in-out 8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 40;
}

.pos40 {
  left: 80%;
}

.scale40 {
  transform: scale(1.332);
  -webkit-transform: scale(1.332);
}

.shake41 {
  animation: shake 10.2s ease 0s infinite normal;
  -webkit-animation: shake 10.2s ease 0s infinite normal;
}

.move41 {
  animation: move 13.2s ease-in-out 8.2s infinite normal;
  -webkit-animation: move 13.2s ease-in-out 8.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 41;
}

.pos41 {
  left: 82%;
}

.scale41 {
  transform: scale(1.3653);
  -webkit-transform: scale(1.3653);
}

.shake42 {
  animation: shake 10.4s ease 0s infinite normal;
  -webkit-animation: shake 10.4s ease 0s infinite normal;
}

.move42 {
  animation: move 13.4s ease-in-out 8.4s infinite normal;
  -webkit-animation: move 13.4s ease-in-out 8.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 42;
}

.pos42 {
  left: 84%;
}

.scale42 {
  transform: scale(1.3986);
  -webkit-transform: scale(1.3986);
}

.shake43 {
  animation: shake 10.6s ease 0s infinite normal;
  -webkit-animation: shake 10.6s ease 0s infinite normal;
}

.move43 {
  animation: move 13.6s ease-in-out 8.6s infinite normal;
  -webkit-animation: move 13.6s ease-in-out 8.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 43;
}

.pos43 {
  left: 86%;
}

.scale43 {
  transform: scale(1.4319);
  -webkit-transform: scale(1.4319);
}

.shake44 {
  animation: shake 10.8s ease 0s infinite normal;
  -webkit-animation: shake 10.8s ease 0s infinite normal;
}

.move44 {
  animation: move 13.8s ease-in-out 8.8s infinite normal;
  -webkit-animation: move 13.8s ease-in-out 8.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 44;
}

.pos44 {
  left: 88%;
}

.scale44 {
  transform: scale(1.4652);
  -webkit-transform: scale(1.4652);
}

.shake45 {
  animation: shake 11s ease 0s infinite normal;
  -webkit-animation: shake 11s ease 0s infinite normal;
}

.move45 {
  animation: move 14s ease-in-out 9s infinite normal;
  -webkit-animation: move 14s ease-in-out 9s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 45;
}

.pos45 {
  left: 90%;
}

.scale45 {
  transform: scale(1.4985);
  -webkit-transform: scale(1.4985);
}

.shake46 {
  animation: shake 11.2s ease 0s infinite normal;
  -webkit-animation: shake 11.2s ease 0s infinite normal;
}

.move46 {
  animation: move 14.2s ease-in-out 9.2s infinite normal;
  -webkit-animation: move 14.2s ease-in-out 9.2s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 46;
}

.pos46 {
  left: 92%;
}

.scale46 {
  transform: scale(1.5318);
  -webkit-transform: scale(1.5318);
}

.shake47 {
  animation: shake 11.4s ease 0s infinite normal;
  -webkit-animation: shake 11.4s ease 0s infinite normal;
}

.move47 {
  animation: move 14.4s ease-in-out 9.4s infinite normal;
  -webkit-animation: move 14.4s ease-in-out 9.4s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 47;
}

.pos47 {
  left: 94%;
}

.scale47 {
  transform: scale(1.5651);
  -webkit-transform: scale(1.5651);
}

.shake48 {
  animation: shake 11.6s ease 0s infinite normal;
  -webkit-animation: shake 11.6s ease 0s infinite normal;
}

.move48 {
  animation: move 14.6s ease-in-out 9.6s infinite normal;
  -webkit-animation: move 14.6s ease-in-out 9.6s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 48;
}

.pos48 {
  left: 96%;
}

.scale48 {
  transform: scale(1.5984);
  -webkit-transform: scale(1.5984);
}

.shake49 {
  animation: shake 11.8s ease 0s infinite normal;
  -webkit-animation: shake 11.8s ease 0s infinite normal;
}

.move49 {
  animation: move 14.8s ease-in-out 9.8s infinite normal;
  -webkit-animation: move 14.8s ease-in-out 9.8s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 49;
}

.pos49 {
  left: 98%;
}

.scale49 {
  transform: scale(1.6317);
  -webkit-transform: scale(1.6317);
}

.shake50 {
  animation: shake 12s ease 0s infinite normal;
  -webkit-animation: shake 12s ease 0s infinite normal;
}

.move50 {
  animation: move 15s ease-in-out 10s infinite normal;
  -webkit-animation: move 15s ease-in-out 10s infinite normal;
  position: absolute;
  bottom: -10%;
  z-index: 50;
}

.pos50 {
  left: 100%;
}

.scale50 {
  transform: scale(1.665);
  -webkit-transform: scale(1.665);
}

/*# sourceMappingURL=bublle.css.map */
