.owl-carousel.owl-theme {
  margin: 1.5em auto;
  width: 90%;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-stage-outer {
  z-index: 1000;
}

.owl-carousel .owl-item li {
  height: 150px;
}

.owl-nav {
  position: absolute;
  top: 75px;
  width: 100%;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -2em;
  display: block !important;
  border:0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -2em;
  display: block !important;
  border:0px solid black;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/arrow-left.png);
  color: #000;
  padding: 0 1em !important;
  line-height: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 125px;
  transform: translateY(-50%);
  text-indent: -9999px;
}

.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/arrow-right.png);
}

.gallery-block .owl-carousel .owl-stage .owl-item {
  margin: 0 .5em; 
}

.gallery-block .owl-nav {
  height: auto;
}

.gallery-block .owl-carousel .owl-nav button.owl-prev, .gallery-block .owl-carousel .owl-nav button.owl-next {
  height: auto;
}

.gallery-block #changer-wrap {
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


@media screen and (min-width: 600px) {
  .owl-carousel .owl-stage-outer.no-loop .owl-stage {
    margin: 0 auto;
    transform: none !important;
  }
}