.pi-parallax {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
 /* margin-bottom: 30px;*/
}

.pi-parallax .item {
  display: table;
  height: 400px;
}

.pi-parallax .item blockquote {
  border-left: 0;
  display: table-cell;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.pi-parallax .item blockquote p {
  font-family: Roboto Slab, serif;
  line-height: 1.2;
}

.pi-parallax .item blockquote footer {
  color: white;
  font-size: 11px;
 /* padding: 15px 0 0;*/
  position: relative;
}

.pi-parallax .item blockquote footer:after {
 /* border-top: 1px solid white;*/
  content: "";
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 0;
  width: 50px;
}

.pi-parallax .item .intro {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.pi-parallax .item .intro h2 {
  color: white;
  font-family: Roboto Slab, serif;
  font-size: 4.286em;
  font-line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}


@media (max-width: 480px) {
	.pi-parallax .item blockquote p {
		 font-size: 15px;
	}
 
}