.mod_eavenue_gallery.owl-carousel {
  overflow: hidden;
  height: 50vh;
  width: 100%;
}
.mod_eavenue_gallery.owl-carousel .item {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.mod_eavenue_gallery.owl-carousel .item-label {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.mod_eavenue_gallery.owl-carousel .owl-stage-outer,
.mod_eavenue_gallery.owl-carousel .owl-stage,
.mod_eavenue_gallery.owl-carousel .owl-item,
.mod_eavenue_gallery.owl-carousel .item {
  height: 100%;
}
.mod_eavenue_gallery.owl-carousel .owl-prev,
.mod_eavenue_gallery.owl-carousel .owl-next {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mod_eavenue_gallery.owl-carousel .owl-prev {
  left: 0px;
}
.mod_eavenue_gallery.owl-carousel .owl-next {
  right: 0px;
}
