.dial-dwarf {
    position: absolute;
    bottom: 0;
    /*height: 100%;*/
}

#dial-home {
  padding: 10px;
  margin:10px;
  height: 80%;
}

#bubble {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
  padding: 10px;
  overflow: hidden;
}

.bubbleafter:after{
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 60%);
  width: 100%;
  height: 80px;
}

#bubble .dial{
  overflow: hidden;
  height: 95%;
  font-size: 25px;
}
#bubble:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 30px solid white;
  border-bottom: 25px solid transparent;
}
#dwarf-home{
  height: 90px;
  position: relative;
  width: 300px;
  padding-left: 200px;
}

#dwarf-home-img {
  height: 70px;
  width: 70px;
}