.popTitle{
    position: relative;
}
.showTitle{
    position: absolute;
    white-space: nowrap;
    display: block;
    border-radius: 6px;
    text-align: center;
    font-family: "Titillium Web"!important;
    opacity: 0;
    top: 0;

}

@keyframes popTitle-ani{

    0%{
    top:0;
}

1.2%{
    top:-21px;
}

2.5%{
    top:-17px;
    opacity:1;
}

100%{
    top:-17px;
    opacity:1;
}
}
