.elo-banner-carousel {
  background: #d3d3d3;
}

.elo-banner-carousel .elo-banner-item {
  position: relative;
}

.elo-banner-carousel .elo-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.elo-banner-img-desktop {
  display: none !important;
}

.elo-banner-img-mobile {
  display: block !important;
}

@media (min-width: 769px) {
  .elo-banner-img-desktop {
    display: block !important;
  }

  .elo-banner-img-mobile {
    display: none !important;
  }
}

.elo-banner-carousel .owl-nav,
.elo-banner-carousel .owl-nav.disabled {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  transform: translate(-50%, -50%);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.elo-banner-carousel .owl-nav button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  pointer-events: all;
  font-size: 0;
  line-height: 0;
  background: #0000002e !important;
  border: 0 !important;
}

.elo-banner-carousel .elo-nav svg {
  width: 36px;
  height: 36px;
}

.elo-banner-carousel .elo-nav svg path {
  fill: #fff;
}

.elo-banner-carousel .owl-nav .disabled svg path {
  fill: #ffffff47;
}

.elo-banner-carousel .owl-nav .disabled:hover {
  cursor: auto;
}

.elo-banner-carousel .owl-nav button:hover {
  filter: brightness(0.95);
}

.elo-banner-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  transform: translateX(-50%);
  left: 50%;
}

.elo-banner-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
}

.elo-banner-carousel .owl-dots .owl-dot.active span {
  background: #333;
}

@media (min-width: 1399px) {

  .elo-banner-carousel .owl-nav,
  .elo-banner-carousel .owl-nav.disabled {
    max-width: 1346px !important;
  }
}

@media (min-width: 1199px) and (max-width: 1399px) {

  .elo-banner-carousel .owl-nav,
  .elo-banner-carousel .owl-nav.disabled {
    max-width: 1163px !important;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {

  .elo-banner-carousel .owl-nav,
  .elo-banner-carousel .owl-nav.disabled {
    max-width: 973px !important;
  }
}

@media (max-width: 993px) {
  .elo-banner-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
  }

  .elo-banner-carousel .elo-nav svg {
    width: 30px !important;
    height: 30px !important;
  }

  .elo-banner-carousel button.owl-prev {
    margin-left: 10px;
  }

  .elo-banner-carousel button.owl-next {
    margin-right: 10px;
  }
}