	.timer__hours .tn-atom::before,
	.timer__minutes .tn-atom::before,
	.timer__seconds .tn-atom::before {
        content: attr(data-title);
        display: block;
        position: absolute;
        left: 50%;
        bottom: -50%;
        transform: translateX(-50%);
        font: 400 14px 'TildaSans',Arial,sans-serif;
        box-sizing: border-box;
    }
