.filmmakers-section{
    width: 100vw;
    height: 100vh;
    flex: 0 0 100vh;
    flex-direction: row;
    flex-wrap: wrap;
}
@media all and (max-width: 830px) {
    .filmmakers-section{
        height: auto;
        flex: 0 0 auto;
    }
} 
.filmmakers-block{
    height: 100vh;
    display: flex;
    flex: 0 0 100vw;
    flex-direction: column;
    align-items: center;
    position: relative;
}
@media all and (max-width: 830px) {
    .filmmakers-block{
        height: auto;
        flex: 0 0 100%;
    }
} 
.filmmakers-image-block{
    width: 100%;
    max-height: 80%;
    display: flex;
    flex: 1;
    overflow: hidden;
}
.filmmakers-picture{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 70% 0 0;
    display: block;
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
}
@media all and (max-width: 820px) {
    .filmmakers-picture{
        padding-top: 52%;
    }
}
.filmmakers-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10%;
    left: 0;
    object-fit: cover;
}
@media all and (max-width: 1200px) and (min-width: 820px) {
    .filmmakers-image{
        top: 0;
    }
}
@media all and (max-width: 560px) {
    .filmmakers-image{
        top: 0;
    }
}
.filmmakers{
    width: 100%;
    max-width: 1400px;
    max-height: 20%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}
@media all and (max-width: 820px) {
    .filmmakers{
        padding-bottom: 20px;
        position: absolute;
        bottom: 20px;
        left: 0;
    }
}
@media all and (max-width: 560px) {
    .filmmakers{
        gap: 20px;
        position: relative;
        bottom: initial;
        left: initial;
    }
}
.filmmakers-info-block{
    margin: 0;
    padding: 0;
    display: flex;
    flex: 0 0 33.3333%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media all and (max-width: 600px) {
    .filmmakers-info-block{
        flex: 0 0 100%;
    }
}
.filmmakers-video-link{
    width: max-content;
    max-height: 50vh;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    text-decoration: none;
    gap: 10px;
}
@media all and (max-width: 560px) {
    .filmmakers-video-link{
        width: 55%;
    }
}
.filmmakers-headline{
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.3vw;
    line-height: 1;
}
@media all and (max-width: 560px) {
    .filmmakers-headline{
        font-size: 16px;
    }
}
.filmmakers-headline span{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}
.filmmakers-headline-job-title{
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.3vw;
    line-height: 1;
}
@media all and (max-width: 560px) {
    .filmmakers-headline-job-title{
        font-size: 16px;
    }
}