/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 20 2026 | 10:10:44 */
.kvbw-slider .image-caption {
  position: absolute;
  bottom: 0;
	left:0;
	right:0;
	background: rgba(0, 0, 0, 0.6) !important;
  color: #fff;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.3;
  max-width: 90%;
  z-index: 3;
  pointer-events: none;
  text-align: right;
}