/*** no-js ***/
.no-js .box {
    height:550px;   
    opacity:1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);    
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;     
}
.no-js #control-links,
.no-js .box .btn-play,
.no-js .box .more {
    display:none;   
}
.no-js .box .text-wrap.hidden {
    max-height:212px;
    opacity:1;
    -webkit-transform:translateY(0%);                
    -ms-transform:translateY(0%);                
    transform:translateY(0%);
    z-index:6;
}
.no-js .box .bg-number {
    top:0px;
    z-index:0;
}