.customer-quotes {
  position: relative;
}
.customer-quotes blockquote {
    position: absolute;
    text-align: center;
    padding: 2em 0 0;
    max-width: 100%;
	background-color:#fff;
}
.wp-admin .customer-quotes blockquote {
  position: relative;
}
.customer-quotes blockquote p {
    text-align: center;
    color: #4D4D4F;
    font-size: 1.875em!important;
    max-width: 90%;
    margin: 0 auto 1em;
}
.customer-quotes blockquote cite p {
	font-size: 1rem!important;
    color: #0070C7;
    font-weight: 700;
}
.customer-quotes blockquote:before {
 	display:none;
}
.customer-quotes-wrap {
  position: relative;
}
.ctrls ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom:-1em;
}
.ctrls li {
  float: left;
  margin-right: 10px;
  padding: 0;
}
.ctrls li::before {
  display: none;
}
.ctrls li a {
  width: 10px;
  height: 10px;
  background: #0070C7;
  display: block;
  border-radius: 50%;
	opacity:.5;
}
.ctrls li a.sel {
  opacity: 1;
}