
.quote-inline-wrap-article-content {
  max-width: 100%;
  position: relative;
}

.quote-inline-wrap {
 width: 100%;
    float: none;
    display: block;
}

.quote-inline-wrap .quote-inline-testimonial p {
    font-size: 1.5em;
    text-indent: initial;
    max-width: 38em;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
@media screen and (orientation:portrait){
	.quote-inline-wrap {    
  float: center;
  width: 100%;
  height:auto;
  }
}
@media screen and (min-width: 40em) {
  .quote-inline-wrap {    
  float: left;
  width: 336px;
  height:auto;
  }
}
@media screen and (min-width: 64em) {
  .quote-inline-wrap {    
  float: left;
  width: 340px;
  height:300px;
  margin-right:1em;
  }
}
