/* DISPLAY NONE */
.num {
    z-index: 20;
    bottom: 10px;
    right: 10px;
    position: fixed;
    display: none;
}

.num p{
    position: absolute;
    color: #fff;
    font-family:  sans-serif;
    font-size: 56px;
    font-weight: 800;
    padding: 10px 30px;
}
