.scroll-text {
  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 {
  width: 70%px;
  height: 142px;
  overflow: hidden;
  font-size: 0;
  margin:0 auto;
}
.scroll-img ul {
  width: 70%;
  height: 600px;
  margin: 0 auto;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}
#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 80%;
}
#demo5-btn {
  width: 70%px;
  padding-top: 30px;
  margin:0 auto;
}

.input-btn2 {    
    width: 25px;
    height: 25px;
    letter-spacing: 0px;
    background: #e8e8e8;
    border-radius: 3px;
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn2:hover {
    background: #fff;
    color: #222;
}