.widget-testimonials .widget-head {
  margin-bottom:30px;
}

.widget-testimonials .widget-description {
  margin-top:0px;
  margin-bottom:0px;
}

.widget-testimonials .col-sm-6 {
  padding-top:30px;
}

.widget-testimonials .testimonial-content-container {
  text-align:center;
  position:absolute;
  background-color: rgba(0, 0, 0, 0.7);
  margin-right:15px;
  padding-top:30px;
  padding-bottom:30px;
  bottom:0px;
  display:none;
  color:#fff;
  width:100%;
  max-width:457px;
}

.widget-testimonials .testimonial-content-headline {
  font-size:28px;
  line-height:38px;
  text-transform:uppercase;
  padding-bottom:15px;
  padding-top:5px;
}

.widget-testimonials .testimonial-content-text {
  font-size:14px;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:10px;
}

.widget-testimonials .testimonial-content-name {
  font-size:14px;
  line-height:21px;
}

.widtget-testimonials .testimonial-content-name a {
  color:#fff;
}

.widget-testimonials .headless-list p:first-child {
  font-weight:bold;
  color:#e80026;
  margin-bottom:10px;
}

@media screen and (max-width: 768px) {
  .widget-testimonials .testimonial-content-container {
    display:block;
  }
}