.image-with-text__custom-carousel:not(.slick-initialized) .image-with-text__carousel-slide:not(.image-with-text__carousel-slide-poster) {
    display: none;
}
.image-with-text__carousel-slide .image-with-text__media {
    padding: 0 !important;
  }
.image-with-text__carousel-slide img {
    position: relative !important;
}
.image-with-text__custom-carousel .slick-dots {
    bottom: 20px;
}

.image-with-text__custom-carousel .slick-dots li {
    margin: 0 10px;
}

.image-with-text__custom-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
}

.image-with-text__custom-carousel .slick-dots li button:before {
    font-size: 20px;
    opacity: .50;
}