.screentest-section{
    width: 100vw;
    height: 100vh;
    flex: 0 0 100vh;
    flex-direction: row;
    flex-wrap: wrap;
}
@media all and (max-width: 830px) {
    .screentest-section{
        height: auto;
        flex: 0 0 auto;
    }
} 
.screentest-video-block{
    height: 50vh;
    display: flex;
    flex: 0 0 50vw;
    flex-direction: column;
}
@media all and (max-width: 830px) {
    .screentest-video-block{
        height: auto;
        flex: 0 0 100%;
    }
} 

.screentest-video-link{
    width: 100%;
    max-height: 50vh;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    text-decoration: none;
}
@media all and (max-width: 830px) {
    .screentest-video-link{
        max-height: none;
    }
} 
.screentest-image-block{
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.screentest-picture{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 56.2% 0 0;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.screentest-image{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.screentest{
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.screentest-headline{
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.3vw;
    line-height: 1;
}
@media all and (max-width: 560px) {
    .screentest-headline{
        font-size: 16px;
    }
}
.screentest-headline span{
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 560px) {
    .screentest-headline span{
        max-width: 78%;
    }
}
.screentest-video-block-two-colm{
    flex: 0 0 100vw;
}
.screentest-image-block-two-colm{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    overflow: hidden;
}