/* small adjustments to styling 
    slider styling should generally be done through the website theme
*/

/* easy fix to align content veritcally */
.owl-carousel-slide {
  background-size: cover;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.owl-slide-content {
  width: 100%;
}

.owl-carousel-slide .wp-block-group {
  width: 100%;
}
