.az-more-field {
  margin-bottom: 2.5em;
}

.az-more-wrapper {
  position: relative;
}

.az-more-slider {
  overflow: hidden;
  position: relative;
  max-height: 60px;
  overflow: hidden;
}

.az-more-slider-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), rgba(255, 255, 255, 1));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), rgba(255, 255, 255, 1));
}

.az-more-slider-button {
  display: none;
  cursor: pointer;
  position: absolute;
  clear: both;
  text-align: center;
  margin-top: -5px;
  z-index: 100;
  bottom: -20px;
  left: 0;
  right: 0;
  color: #59c;
}

.az-more-slider-button:hover {
  color: #8cf;
}

.az-more-slider-button.az-open .az-more-slider-button {
    margin-top: 0;
}

