.testimonialPadding {
padding-top:60px;
}
.fullTestimonial {
	position:relative;
	height:0;
	min-height:250px;
  height: auto;
}
.tstOverlay {
  /*position: absolute;*/
  top:0;
  right:0;
  bottom:0;
  left:0;
  width: 100%;
/*   height: 425px; */
  background: rgba(0, 0, 0, 0.65);
  padding: 40px 0;
}
.tstOverlay h2 {
  text-align: left;
  color: #FFFFFF;
  /*text-transform: uppercase;*/
  opacity: 1;
  border-bottom:none !important;
}
.tstOverlay p {
  text-align: left;
  color: #FFFFFF;
  opacity: 1;
  border-bottom:none !important;
}

.testContent{
  padding: 60px 40px;
}

.bigQuotes {
	position:absolute;
	top:-39px;
	left:-30px;
}

@media(min-width:1400px){
  .more-center {
    padding: 0 200px !important;
  }
}

@media(max-width:768px){
  .tstOverlay {
    height: unset;
}