.homepage-top-section .video-thumbnail,
.homepage-bottom-section .video-thumbnail {
    background: #000;
}

.homepage-top-section .clappr-videoPlayer,
.homepage-bottom-section .clappr-videoPlayer {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    overflow: hidden;
}

.homepage-top-section .discover-more-thumbnail,
.homepage-bottom-section .discover-more-thumbnail {
    display: block;
    height: auto;
    width: 100%;
}

.homepage-top-section .past-episode-error-msg,
.homepage-bottom-section .past-episode-error-msg {
    color: #d0021b;
    margin: 10px 0 0 1rem;
}

#Spotlight-Horse,
#horse-race-bottom {
    visibility: hidden;
}

#Spotlight-Horse.slick-initialized,
#horse-race-bottom.slick-initialized {
    visibility: visible;
}

.slick-slide .row {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .homepage-top-section .clappr-videoPlayer,
    .homepage-bottom-section .clappr-videoPlayer {
        max-height: 60vh;
    }
}
