.home-slideshow {
  display: block;
  float: left;
  width: 100%;
}

.home-slide {
  position: relative;
}
.home-slide-caption {
  position: absolute;
  bottom: 20px;
  width:100%;
  text-align: center;
  margin: 0 0 0 0;
}
.home-slide-caption p {
  margin-bottom: 0;
  margin-left: 20px;
  color: #fff;
  font-size: 1.5em;
  font-family: '';
}