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

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

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

.content-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;
}

.content-carousel-item {
  margin: 0;
  position: relative;
  padding: 1rem;
}
.content-carousel-item .views-field-title {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  min-width: 300px;
  padding: 1rem 0.5rem;
  top: 35%;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 544px) {
  .content-carousel-item .views-field-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .content-carousel-item .views-field-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 543px) {
  .content-carousel-item .views-field-title {
    font-size: 1.25rem;
  }
}
.content-carousel-item .views-field-title a {
  color: #1b2b34;
  text-decoration: none;
}
@media screen and (min-width: 544px) {
  .content-carousel-item .views-field-title {
    padding: 1rem 1.5rem;
  }
}

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