.hesperiden.tparrows {
  cursor: pointer;
  background: rgb(0 0 0 / 61%);
  backdrop-filter: blur(4px);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.hesperiden.tparrows:hover {
  background: rgba(0, 0, 0, 1);
}
.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 40px;
  text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}
