.block-animations{
    overflow: hidden;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-top: 45%;
    position: relative;
}
.block-animations.block-animations-little{
    padding-top: 30.4%;
}
.block-animations-content{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.transdev_animation{
    visibility: hidden;
    padding:50px 0;
    color:white;
}
.transdev_animation_txt_top,
.transdev_animation_txt_bottom{    
    font-size: 3.7vw;
    line-height: 3.9vw;
    overflow: hidden;
    display: inline-block;
    visibility: hidden;
}
.transdev_animation .right-align{
    text-align:right;
}
.transdev_animation .center-align{
    text-align:center;
}
.transdev_animation_txt_center{
    font-size: 15rem;
    line-height: 12rem;
    font-family: 'MOVE';
    letter-spacing: 1rem;
    display: inline-block;
}
.transdev_animation_txt_top .animation-letter,
.transdev_animation_txt_center .animation-letter,
.transdev_animation_txt_bottom .animation-letter{
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .transdev_animation_txt_center {
        font-size: 6rem;
        line-height: 4rem;
        letter-spacing: 0.5rem;
        margin-right: -0.5rem;
    }
    .transdev_animation_txt_top, .transdev_animation_txt_bottom {
        font-size: 5.7vw;
        line-height: 5.9vw;
    }
}
@media screen and (max-width: 400px) {
    .transdev_animation_txt_center {
        font-size: 5rem;
        line-height: 4rem;
        letter-spacing: 0.5rem;
        margin-right: -0.5rem;
    }
    .transdev_animation_txt_top, .transdev_animation_txt_bottom {
        font-size: 4.7vw;
        line-height: 4.9vw;
    }
}