hdt-slideshow.hdt-slider .hdt-navigation{
  z-index: 3;
  width: calc(100vw - 40px);
  --nav-width-visible-hv: calc(100vw - 40px);
}
.hdt-slideshow {
  overflow: hidden;
}
hdt-slideshow .hdt-slider__viewport.hdt-height--fixed,
hdt-slideshow .hdt-slider__viewport.md\:hdt-height--fixed {
  height: var(--aspect-ratioapt-md, auto);
}
hdt-slideshow .hdt-slider__viewport.hdt-height--fixed .hdt-media-overlap-content,
hdt-slideshow .hdt-slider__viewport.md\:hdt-height--fixed .hdt-media-overlap-content {
  min-height: var(--aspect-ratioapt-md, auto);
  height: var(--aspect-ratioapt-md, auto);
}
@media screen and (max-width: 767px) {
  hdt-slideshow .hdt-slider__viewport.hdt-height--fixed,
  hdt-slideshow .hdt-slider__viewport.hdt-height--fixed .hdt-media-overlap-content {
    height: var(--aspect-ratioapt, auto);
    min-height: var(--aspect-ratioapt, auto);
  }
}
.hdt-slideshow .hdt-slider .hdt-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--margin-top);
  margin: 0 auto;
  margin-top: 0;
  width: calc(100vw - 40px);
  z-index: 3;
  &.hdt-position-left{
    justify-content: flex-start;
  }
  &.hdt-position-right{
    justify-content: flex-end;
  }
}
