.owl-carousel .item {
  height: 20vh; /* same as image height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  color: white !important;
  font-size: 2.5rem !important;
  background: transparent !important;
  border: none;
}

.owl-nav button:hover {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {

}