.owl-carousel-wrapper {
  width: 100%;
}

.owl-carousel,
.owl-item li {
  margin: 0 !important;
  padding: 0 !important;
}

.owl-carousel .item {
  height: 400px;
  width: 100%;
}

.owl-carousel .item img {
  height: 100%;
  width: inherit;
  object-fit: cover;
  object-position: center;
}

.owl-carousel .owl-dots {
  text-align: center;
  position: relative;
  bottom: 45px;
}

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  margin-right: 14px;
  background-color: #fff;
  border-radius: 50%;
}

.owl-carousel button.owl-dot.active {
  background-color: #00cdfe;
}

.owl-carousel .container_12.clearfix {
  bottom: 170px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.owl-carousel .item .text {
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px #000;
  text-align: left;
  font-size: 32px;
  color: #fff;
}

.owl-carousel .item .button {
  padding: 11px 21px;
  float: left;
  color: #fff;
  background: rgba(76, 133, 176, 0.8) none repeat scroll 0 0;
}

.owl-carousel .item .button:hover {
  background: rgba(76, 133, 176, 1.0) none repeat scroll 0 0
}

.owl-carousel .owl-stage-outer {
  height: 400px;
}