.carousel-wrap {
  margin: 0px auto;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 45%;
  opacity: 0.7;
}

.owl-nav .owl-prev {
  left: 0px;
}

.owl-nav .owl-next {
  right: 0px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-dots {
  display: none;
}

@media screen and (max-width: 750px) {
  .owl-nav img {
    width: 16px;
  }
}
