.elastic-slideshow {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.ei-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
}

.ei-slider-large {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.ei-slider-large li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.ei-slider-large li:first-child {
  display: block;
}

.ei-slider-large li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ei-title {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
  z-index: 2;
}

.ei-title h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 32px;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.ei-slider-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 3;
}

.ei-slider-thumbs li {
  display: inline-block;
  margin: 5px 3px;
}

.ei-slider-thumbs li.ei-slider-element {
  display: none;
}

.ei-slider-thumbs li a {
  display: block;
  width: 80px;
  height: 45px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.7;
}

.ei-slider-thumbs li a:hover,
.ei-slider-thumbs li.ei-slider-active a {
  border-color: #a401ab;
  opacity: 1;
}

.ei-slider-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shadowSlider {
  height: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent);
}
