.h7-slider-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  position: relative;
}
.h7-slider {
  position: relative;
  overflow: hidden;
}
.h7-slide {
  display: none;
  position: relative;
}
.h7-slide.active {
  display: block;
}
.h7-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.h7-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.h7-subheadline {
  display: inline-block;
  background: red;
  color: white;
  font-size: 14px;
  padding: 4px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.h7-caption h2 {
  font-size: 32px;
  color: white;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
.h7-dots {
  text-align: center;
  padding: 15px 0;
}
.h7-dots .dot {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
}
.h7-dots .dot.active {
  background: red;
  color: white;
  border-color: red;
}

@media(max-width:768px){
  .h7-caption h2 {
    font-size: 20px;
  }
  .h7-subheadline {
    font-size: 12px;
    padding: 3px 8px;
  }
}
