.quoteExpand {
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 80px;
  position: absolute;
  text-align: center;
  color: rgb(221, 102, 0);
  font-size: 11px;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(252, 250, 224, 0) 0%, rgb(252, 250, 224) 60%);
  z-index: 1;
}
