.topic {
  position:relative;
  padding-top: 25px;
  padding-left: 15px;
  border:none;
  background-color: #6e368c;
  height: 6em;
  margin-bottom: 30px;
}

.topic a:hover, .topic a:visited, .topic a:active, .topic a:focus {
    background: #6e368c;
}

.topic.two {
  background-color: #919792;
}

.caption-lp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  padding:0;
  margin:0;
}

.captionText {
  display:block;
  color: #fff !important;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}