.elementor-background-slideshow-dots__host {
  position: relative;
}

.elementor-background-slideshow-dots {
  position: absolute;
  left: max(20px, calc((100vw - 1460px) / 2 + 20px));
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 6;
  pointer-events: auto;
}

.elementor-background-slideshow-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #707070;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.elementor-background-slideshow-dot.is-active {
  background: #ffffff;
}

.elementor-background-slideshow-dot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .elementor-background-slideshow-dots {
    left: max(20px, calc((100vw - 1460px) / 2 + 20px));
    bottom: 16px;
    gap: 8px;
  }

  .elementor-background-slideshow-dot
  {
    height: 10px;
    width: 10px;
  }
}
