[data-pofo-fb20-images] {
  position: relative;
}

[data-pofo-fb20-images] .pofo-fb20-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;

  border: 0;
  border-radius: 999px;

  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 22px;

  cursor: pointer;
}

[data-pofo-fb20-images] .pofo-fb20-prev {
  left: 10px;
}

[data-pofo-fb20-images] .pofo-fb20-next {
  right: 10px;
}

[data-pofo-fb20-images] .pofo-fb20-arrow:focus {
  outline: none;
}

[data-pofo-fb20-images] .pofo-fb20-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}
