.hero-video-carousel .image-with-text__grid {
    display: none;
}

.hero-video-carousel .image-with-text__grid:first-of-type {
    display: flex;
}

.hero-video-carousel.slick-initialized .image-with-text__grid {
    display: flex !important;
}