/* small adjustments to styling 
    slider styling should generally be done through the website theme
*/

.slider-container {
  min-height: 100px;
}

.owl-stage {
  display: flex;
}

.owl-item {
  flex: 1;
}

/* easy fix to align content veritcally */
.owl-carousel-slide {
  background-size: cover;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.owl-slide-content {
  width: 100%;
}

.owl-carousel-slide .wp-block-group {
  width: 100%;
}

.slider-container .owl-theme .owl-nav button.owl-next,
.slider-container .owl-theme .owl-nav button.owl-prev,
.slider-container .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
