.pl-sn-fly-quotes {
  text-align: center;
}
.pl-sn-fly-quotes .pl-fly-quotes-container {
  position: relative;
}
.pl-sn-fly-quotes .the-fly-quote {
  padding-left: 0px;
  text-align: center;
  background-image: none;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  left: -2em;
  z-index: -1;
}
.pl-sn-fly-quotes .pl-quote {
  padding: 0 0 1rem;
  border: none;
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: -0.04em;
  margin: 0;
}
.pl-sn-fly-quotes .pl-quote p {
  margin: 0;
  font-style: normal;
}
.pl-sn-fly-quotes .pl-cite {
  font-size: 1em;
  line-height: 2em;
  display: inline-block;
  opacity: .7;
}
.pl-sn-fly-quotes .controls ul {
  margin: 0;
  padding: 0;
  display: block;
  z-index: 30;
  position: relative;
  width: 100%;
  text-align: center;
}
.pl-sn-fly-quotes .controls ul li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
}
.pl-sn-fly-quotes .controls ul li > span {
  opacity: .6;
  border-radius: 500px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 .2em;
  transition: opacity 0.2s;
}
.pl-sn-fly-quotes .controls ul li:hover > span,
.pl-sn-fly-quotes .controls ul li.active > span {
  opacity: 1;
}
.pl-sn-fly-quotes .controls ul[data-theme="image"] li > span {
  border-radius: 0;
  width: 50px;
  height: 30px;
  background-size: cover;
  background-position: 50%;
  opacity: .3;
  display: inline-block;
  transition: opacity 0.2s linear 0s;
  border-width: 0;
  margin: 0 .5em;
}
.pl-sn-fly-quotes .controls ul[data-theme="image"] li:hover > span,
.pl-sn-fly-quotes .controls ul[data-theme="image"] li.active > span {
  opacity: 1;
}
