.countdownHolder {
    bottom: 0;
    right: 2%;
    margin-bottom: 37px;
    font: 32px/1.5 'w500';
    text-align: center;
    letter-spacing: -3px;
    position: absolute;
    height: 1.6em;
    z-index: 10;
}

.position {
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em;
}

.position2 {
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    left: -2px;
    width: 0.5em;
    color: white;
}

.digit {
    position: absolute;
    display: block;
    width: 1em;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0.2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
}

.digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.3);

    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgba(0, 0, 0, 0.2)), color-stop(0.3, rgba(0, 0, 0, 0.2)));
}

.sep {
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
    padding-left: 5px;
}