.sidox-slide{
    position:relative;
}

#bochita-overlay{

    position:absolute;

    inset:0;

    z-index:9999;

    pointer-events:none;

}

#bochita-name{

   position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
    font-family: 'FontAwesome';

}

#bochita-number{

    position: absolute;
    left: 50%;
    top: 48%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 160px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
    font-family: emoji;

}


