.parent {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.image2 {
  position: absolute;
  top: 50%;
  left: 58%;
  max-width: 8%;
  height: auto;
}

.image3 {
    position: absolute;
    top: 28%;
    left: 53%;
    max-width: 12%;
    height: auto;
  }

  .image4 {
    position: absolute;
    top: 42%;
    left: 63%;
    max-width: 9%;
    height: auto;
  }

  .image5 {
    position: absolute;
    top: 19%;
    left: 79%;
    max-width: 13%;
    height: auto;
  }

  .image6 {
    position: absolute;
    top: 37%;
    left: 41%;
    max-width: 10%;
    height: auto;
  }

  .image7 {
    position: absolute;
    top: 16%;
    left: 65%;
    max-width: 13%;
    height: auto;
  }

  .image8 {
    position: absolute;
    top: 13%;
    left: 57%;
    max-width: 8%;
    height: auto;
  }

  .image9 {
    position: absolute;
    top: 55%;
    left: 4%;
    max-width: 11%;
    height: auto;
  }

  .image10 {
    position: absolute;
    top: 20%;
    left: 46%;
    max-width: 11%;
    height: auto;
  }

  .image11 {
    position: absolute;
    top: 42%;
    left: 50%;
    max-width: 9%;
    height: auto;
  }
