.carousel-cell {
	width:100%;
}
.flickity-button-icon {
    fill: #00b9e3;
}
.quotemarks {
	font-size: 120px;
	color: rgba(0,185,227,0.5);
	font-weight: 900;
	line-height: 70px;
	text-align: center;
	position: relative;
	z-index: -99;
	top: 30px;
}
.quote {
	font-size: 30px;
	line-height: 48px;
	color:#000000;
	font-weight: 900;
	text-align: center;
}
.flickity-page-dots {
	bottom:0!important;
	display: inline!important;
}
.flickity-page-dots .dot {
  height: 4px!important;
  width: 40px!important;
  margin: 0!important;
  border-radius: 0!important;
  background: #00b9e3!important;
}
@media only screen and (max-width: 768px) {
.quote {
	font-size: 20px;
	line-height: 32px;
	}
.quotemarks {
	font-size: 80px;
}