.filmmakers-section{
    width: 100vw;
    height: 100vh;
    flex: 0 0 100vh;
    flex-direction: row;
    flex-wrap: wrap;
}
.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: 100%;
    display: flex;
    flex: 1;
    overflow: hidden;
}
.filmmakers-picture{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100vh 0 0;
    display: block;
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
}
.filmmakers-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: unset;
    transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 560px) {
    .filmmakers-image{
        height: calc(100vh + 110px);
        top: 50%;
        transform: translateY(calc(-50% - 50px)) translateX(-50%);
        object-fit: unset;
    }
}
.filmmakers{
    width: calc(100% - 40px);
    max-width: 100%;
    height: calc(100% - 40px);
    max-height: 100%;
    margin: 0;
    padding: 20px;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    left: 0;
    gap: 25px;
}
.filmmakers-info-block{
    max-width: 900px;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 0 0 calc(50% - 25px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media all and (max-width: 960px) {
    .filmmakers-info-block{
        max-width: 80vw;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 1024px) and (max-height: 500px)  {
    .filmmakers-info-block{
        flex: 0 0 calc(50% - 25px);
    }
}
.filmmakers-video-link{
    width: 100%;
    max-width: 100%;
    max-height: 50vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    text-decoration: none;
    gap: 10px;
}
.filmmaker-picture{
    width: 100%;
    margin: 0;
    padding: 60% 0 0;
    display: flex;
    flex: 1;
    position: relative;
    overflow: hidden;
}
.filmmaker-image{
    width: auto;
    max-width: unset;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: unset;
    transform: translateY(-50%) translateX(-50%);
}
.filmmakers-headline{
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    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;
    justify-content: center;
    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;
    }
}