.spring-slider {
  position: relative;
  height: 347px !important;
  overflow: auto;
  background-color: #eee;
}

.spring-feat-frame {
  pointer-events: none;
}

.spring-slider ul {
  margin: 0;

}

.spring-slider li {
  list-style: none;
  width: 100%;
  position: relative;
}

.spring-slider li img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
}

.spring-slider li p {
  font-family: Georgia, 'Times New Roman', serif;

  color: #2e2e2e;
  margin-bottom: 0px;
  position: relative;
  top: 60%;
  bottom: 0;
  left: 0;
  text-shadow: 0px 0px 10px #FFF;
  padding-left: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

.spring-slider .price {
  padding-top: 5px;
  font-size: 24px;
  padding-bottom: 76px;
}

.spring-slider .description {
  top: 15px;
  right: 0%;
  width: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  height: 95px;
  font-size: 15px;
}

.spring-slider ul {
  overflow: visible;
  height: 100% !important;
}

.spring-slider ul li {
  float: left;
  overflow: visible;
  height: 100% !important;
}

.spring-slider .dots {
  position: absolute;
  bottom: 20px;
  left: 45%;
  height: 10px;
}

.spring-slider .dots li {
  list-style: none;
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  background-color: #444;
  color: transparent;
  cursor: pointer;
}

.spring-slider .dots li.active {
  background-color: #777;
}

.spring-slider-li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 347px;
  background-size: cover;
  background-position: center;
}

.spring-caption-wrap {
  width: 148px;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-align: center;
  margin-bottom: 3px;
  padding-bottom: 30px;
  font-family: 'libre_baskervillebold', Times New Roman, Times, Georgia, serif;
}

.spring-feat-head {
  border-bottom: dotted 1px gray;
}

.spring-caption-foot img {
  width: 38px !important;
  height: 17px !important;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}