body 
{
  width: 100%;
  padding-bottom: 100px;
  background-color:transparent;
}
h1, h2, h3 {
  padding-top: 20px;
  font-family: 'Amaranth', sans-serif;
}
.scroll-text {
  border: none;
  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: none;
  width: 945px;
  height: 142px;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 700px;
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}
#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 1500px;
}
#demo5-btn {
  width: 100%;
  padding-top: 10px;
  margin:0px auto 0px;
}

#demo5-btn  button{
  background-color:transparent;
  border:none;
  font-size:30px;
  font-weight:700;
  color:#c5c5c5;
  border-radius:50px;
  background-color:#fff;
  width:40px;
  height:40px;
}


#demo5-btn  button:hover{
  color:#555555;
  background-color:#eb951a;
}