.pointYellow{
  position: absolute;
  z-index: 2;
  /*right: 10%;
  top:.8em;*/
  /* color: red; */
  /* border-radius: 50%; */
  /* min-height: 20%; */                             
}

.dot{
  border-radius: 50%;
  background-color: #E8B929;
  display: inline-block;
  height: 4em;
  width: 4em;
  z-index: 2;
}


@media only screen and (max-width: 600px) {
  .dot{
    height: 1.5em;
    width: 1.5em;
  }
}    