.hero-carousel__wrapper {
  width: 100%;
  margin: 0 auto;
}
.hero-carousel__wrapper .hero-carousel__list {
  padding-left: 0;
}
@media screen and (min-width: 1540px) {
  .hero-carousel__wrapper {
    max-width: 1600px;
  }
}

.hero-carousel-item__media {
  display: block;
  position: relative;
}

.hero-carousel-item__media-thumb {
  width: 100%;
}

.hero-carousel-item__expand {
  display: block;
  background-color: transparent;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  right: 15px;
  bottom: 15px;
  transition: bottom 0.25s;
  cursor: pointer;
}

.hero-carousel-item {
  margin: 0;
  position: relative;
}
.hero-carousel-item .field--name-field-title {
  display: none;
}
.hero-carousel-item .views-field-title {
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  min-width: 300px;
  padding: 1rem 0.5rem;
  font-size: xx-large;
  text-transform: uppercase;
  margin-top: -1rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 543px) {
  .hero-carousel-item .views-field-title {
    font-size: 1.25rem;
  }
}
.hero-carousel-item .views-field-title a {
  color: #ffffff;
  text-decoration: none;
}

.hero-carousel__slick .slick-prev::before,
.hero-carousel__slick .slick-next::before {
  color: rgba(255, 255, 255, 0.5);
}
.hero-carousel__slick .slick-prev {
  left: 8px;
  z-index: 1;
}
.hero-carousel__slick .slick-next {
  right: 25px;
}
.hero-carousel__slick .slick-dots li {
  height: 35px;
  width: 35px;
}
.hero-carousel__slick .slick-dots li button {
  height: 35px;
  width: 35px;
}
.hero-carousel__slick .slick-dots li button::before {
  font-size: 20px;
  height: 35px;
  position: initial;
  width: 35px;
}