
h1, h2, h3 {
  padding-top: 20px;
  font-family: 'Amaranth', sans-serif;
}
.scroll-text {
  border: 1px solid red;
  width: 400px;
  height: 4.5em;
  overflow: hidden;
}
.scroll-text ul {
  width: 800px;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.5em;
}
.scroll-img {
    border: 1px solid #fff;
    width: 80%;
    height: 53%;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
}
.scroll-img ul {
  width: 110px;
  height: 500px;
  margin: 0;
}
.scroll-img ul li {
  /* display: inline-block; */
  float: left;
  margin: 6px 2px 0px 0px;
  position: relative;
}
.scroll-img ul li span {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}
.scroll-img ul li span p{
    color: #fff;
    font-size: 15px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    text-align: center;
}
.text-center {
  width: 100%;
  padding-top: 0px;
}
.icon-chevron-left {
    transform: rotate(90deg);
}
.backward{
  position: absolute;
  left:40%;
  top: 0;
  z-index: 20;
}
.icon-chevron-right {
    transform: rotate(90deg);
}
.forward{
  position: absolute;
  left:40%;
  bottom: 0;
  z-index: 20;
}
#demo6 {
  width: 412px;
}
#demo6-queue {
  width: 680px;
}
#demo6 p, #demo6-queue p {
  width: 124px;
  height: 124px;
  background-color: lightgray;
  font-family: 'Amaranth', sans-serif;
  font-size: 82px;
  text-align: center;
  display: table-cell;
  vertical-align:middle;
}







