#demos .owl-carousel .item {
  height: 100vh;
}

#demos .owl-carousel .item {
  background: inherit;
  padding: inherit;
}

.owl-carousel .owl-item img {

  width: auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  position: relative;
  bottom: 20px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

@media only screen and (min-height: 812px) and (max-width: 767px) {
  .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 6%;
  }
}