#home-hero {
  position: relative;
  z-index: 0;
  #home-slider {
    inset: 0;
    .wpm_eleslider_wrap,
    .wpm_eleslider,
    .owl-stage-outer,
    .owl-stage {
      position: absolute;
      inset: 0;
      .owl-item,
      .owl-item img {
        height: 100%;
        object-fit: cover;
        .eleinside {
          height: 100%;
        }
        .eleslideinside {
          a,
          p,
          h2,
          h6 {
            text-decoration: none;
          }
          h2 {
            margin-top: 0;
            overflow: visible;
          }
        }
      }
      .owl-dots {
        display: none;
      }
    }
  }
}

@media (max-width: 1155px) {
  #home-hero #home-slider {
    .owl-nav {
      display: none;
    }
    .owl-dots {
      position: absolute !important;
      z-index: 3;
      display: flex !important;
      align-items: center;
      gap: 0;
      width: auto !important;
      top: var(--ia-hero-slide-space) !important;
      bottom: auto !important;
      left: 12px !important;
      right: auto !important;
      transform: none !important;
      translate: none !important;
      .owl-dot {
        box-sizing: border-box;
        float: unset;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 32px;
        padding: 0 !important;
        border: 0;
        border-radius: 0;
        background-color: transparent !important;
        overflow: visible;
        text-indent: 0;
        font-size: 0;
        &::before {
          content: "";
          display: block;
          position: static;
          left: auto;
          top: auto;
          width: 8px;
          height: 8px;
          border-radius: var(--ia-radius-full);
          background-color: rgba(255, 255, 255, 0.42);
          opacity: 1;
          transition: width var(--ia-motion-base) var(--ia-ease),
            background-color var(--ia-motion-base) var(--ia-ease);
        }
        &::after {
          display: none;
        }
        &.active {
          width: 36px;
          &::before {
            width: 20px;
            background-color: var(--ia-content-inverse);
          }
        }
      }
    }
  }
}
