/* 
    1
   2 3
  4 5 6
 7 8 9 10 
*/
.pos1 {
    position: absolute; 
    left: calc(50% - 5vh);
    bottom: 50vh;

}

.pos2 {
    position: absolute;
    left: calc(50% - 11vh);
    bottom: 38vh;

}

.pos3 {
    position: absolute;
    left: calc(50% + 1vh);
    bottom: 38vh;
}

.pos4 {
    position: absolute;
    left: calc(50% - 17vh);
    bottom: 26vh;
}

.pos5 {
    position: absolute; 
    left: calc(50% - 5vh);
    bottom: 26vh;
}
.pos6 {
    position: absolute;
    left: calc(50% + 7vh);
    bottom: 26vh;
}

.pos7 {
    position: absolute;
    left: calc(50% - 23vh);
    bottom: 14vh;

}

.pos8 {
    position: absolute;
    left: calc(50% - 11vh);
    bottom: 14vh;
}

.pos9 {
    position: absolute;
    left: calc(50% + 1vh);
    bottom: 14vh;

}

.pos10 {
    position: absolute;
    left: calc(50% + 13vh);
    bottom: 14vh;
}




