.dfjc {
    display: flex;
    justify-content: center;
}

.hero__slide {
    position: relative;
}

.hero__slide .slider-image img,
.hero__slide .slider-image video,
.hero__slide .slider-image {
    width: 100%;
}

.slider-content-box {
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.release__cover video {
    width: 100%;
}
.about-video video{
    width: 100%;
}
.contacts__list li{
    color: #fff;
}
.poster-box img{
width: 100%;
}
.searchlist-heading{
    font-size: 28px;
}
.text-white{
    color: #fff;
}
.text-off-white{
    color: #e0e0e0;
}

.footer__nav {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.footer__nav a {
    text-decoration: none;
}

@media (max-width: 600px) {
    .footer__nav {
        justify-content: center;
    }

    .footer__nav a {
        flex: 0 0 45%;
        text-align: center;
    }
}