* {
    box-sizing: border-box;
}

.jtitle2Wrap[data-fire=''] {
    position: absolute;
    width: 0%;
    overflow: hidden;
    transition: all 1s ease-in-out;
}


/*************************************************/

.jtitle2Wrap[data-fire='show'] {
    position: absolute;
    width: 100%!important;
    overflow: hidden;
    transition: all 1s ease-in-out;
    animation-name: slide0;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

@keyframes slide0 {
    0% {
        margin-top: -15%;
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        margin-top: 0%;
        opacity: 1;
        filter: blur(0px);
    }
}


/*************************************************/

.jtitle2Wrap+.jtitle2.adaptive {
    visibility: hidden;
}

.jtitle2Wrap>.jtitle2 {
    position: absolute;
}
