
.animasi-images{
    position: relative;
    overflow: hidden;
    height: 230px;
    width: 100%;
  }
  
  .animasi-images img {
    position: absolute;
  }
  
  .layer1 {
    width: 30%;
    height: auto;
    left: 0;
    bottom: 10px;
  }
  
  .layer2 {
    width: 30%;
    height: auto;
    bottom: 10px;
    left: 0;
  }
  .layer3 {
    width: 30%;
    height: auto;
    right: 0;
    bottom: 10px;
  }
  
  .layer4 {
    width: 30%;
    height: auto;
    right: 0;
    bottom: 10px;
  }
  
  .layer5{
    width: 10%;
    top: 100px;
    left: 100px;
  }
  .layer6{
   width: 100%;
   height: auto;
   left:0;
   top: 0;
  }
  .layer7{
   width: 10%;
   height: auto;
   right: 0;
   bottom: 10px;
  }
  