 @keyframes lv-ami{
 0% {
    -webkit-transform:translateY(-12px);
            transform: translateY(-12px);
 
  }
  50% {
     -webkit-transform:translateY(-0px);
            transform: translateY(-0px);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    
  };
}


.amibox{
  position:relative;
  text-align:right;
}
.imgbox_ami{
  display:inline-block;
  position:relative;
}
 .imgbox_ami2{
  top:140px;
}
 .imgbox_ami3{
  top:20px;
}
.imgbox_ami4{
  top:300px;
}
@media only screen and (max-width: 1370px){
  
 .amibox{zoom:0.8;}
}
@media only screen and (max-width: 1024px){
  
 .amibox{zoom:0.35;}
}
