.tp-caption {
  margin-bottom: 20px;
}

.tp-caption.teaser__title {
  background: #333;
  background: rgba(0,0,0,.6667);
  color: white;
}

.tp-caption.teaser__abstract {
  background: rgba(255,255,255,.75);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
  margin-bottom: 0;
}

.rev_slider .tp-caption a {
  color: inherit;
  display: block;
  padding: 25px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .tp-caption {
    margin-bottom: 0;
  }
  .rev_slider .tp-caption a {
    padding: 15px 10px;
  }
}
