.owl-carousel {
  position: relative;
  height: 100%;
}
.owl-carousel .owl-stage-outer {
  width: 100%;
  height: 100%;
}
.owl-carousel .owl-stage {
  width: 100%;
  height: 100%;
}
.owl-carousel .owl-item {
  width: 100%;
  height: 100%;
}
.owl-carousel .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-carousel .owl-dots {
  display: none;
}
body,
html {
  width: 100%;
  height: 100%;
  background-color: #000;
}
body {
  margin: 0;
  font-family: futura, sans-serif;
}
