.dot {
  width: 135px;    /* 27px x 5 = 135px */
  height: 135px;
  position: absolute;
  background: url(../img/leaf.png);
  background-size: 100% 100%;
  z-index: 100000;
}
