// COLOR THEME
// light theme
.sliderjs.th-white-caption {
  .caption {
    background: rgba(255,255,255,0.7);
    color: #555;
  }
}

