.pbp-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}

.pbp-button:hover {
  text-decoration: none;
}

.controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transfrom: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
}
.controls li i {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

.tns-nav {
  display: flex;
  justify-content: center;
}
.tns-nav button {
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  margin: 0 2px;
}
.tns-nav button.tns-nav-active {
  background: rgba(0, 0, 0, 0.65);
}