#single-project-hero_content, #desk-single-project-hero-side, #mob-single-project-hero-buttom
{
    transition: 1s all ease!important;
}
#single-project-hero_content.hidden
{
    /*transform: translateY(-100%);*/
    opacity: 0;
}
#desk-single-project-hero-side.hidden
{
    /*transform: translateX(-100%);*/
    opacity: 0;
}

#mob-single-project-hero-buttom.hidden
{
    opacity: 0;
    z-index: -1!important;
}