.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider ul {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slider ul li {
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  background-image: none;
}

.slider .slider-navi {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.slider .slider-navi .slider-play {
  display: inline-block;
  padding-left: 30px;
  height: 22px;
  line-height: 23px;
  background-image: url(../images/icon-slider-play-stop.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-weight: bold;
  color: #000;
}

.slider .slider-responsive-img {
  width: 100%;
}