@media (min-width: 768px) {
  .quote-shortcode.right {
    width: 50.54%;
    max-width: 325px;
  }
  .quote-shortcode.right {
    float: right;
    margin: 0 0 0 30px;
  }
  .quote-shortcode.left {
    float: left;
    margin: 0 30px 0 0;
  }
}
.quote-shortcode blockquote {
  border: none;
  padding: 0 10px 0 27px;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #363634;
  font-weight: 600;
}
@media (min-width: 768px) {
  .quote-shortcode blockquote {
    font-size: 25px;
  }
}
.quote-shortcode blockquote:before,
.quote-shortcode blockquote:after {
  content: '';
  background-image: url("../images/quote-sprite.png");
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
}
.quote-shortcode blockquote:before {
  background-position: 0 0;
  margin-left: -27px;
  display: block;
}
.quote-shortcode blockquote:after {
  background-position: 0 100%;
  margin-top: 20px;
}
