body {
  height: 1200px;
}
.tooltip {
  min-width: 60px;
  max-width: 125px;
}
.tooltip .tooltip-inner {
  min-width: 60px;
  max-width: 125px;
  min-height: 40px;
  text-align: center;
}
.container-viewport {
  position: absolute;
  top: 100px;
  right: 25px;
  left: 25px;
  height: 300px;
  background-color: #eee;
}
.btn-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
