<style>
	.owl-carousel .item-with-overlay{
  position: relative;
}

.owl-carousel .item-with-overlay .overlay-text{
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(0,0,0,0.55);
  border-radius: 6px;
}

</style>