.native-slideshow {
  display: block !important;
  position: relative;
}

.native-slideshow > .item {
  display: none;
}

.native-slideshow > .item.is-active {
  display: block;
}

.native-slideshow-dots {
  bottom: 18px;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 20;
}

.native-slideshow-dots button {
  background: rgba(255, 255, 255, .65);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 11px;
  padding: 0;
  width: 11px;
}

.native-slideshow-dots button.is-active {
  background: #fff;
}
