header {
    background: #fff;
}

.wrapper {
    text-align: center;
}

.time {
    color: #FFF;
    font-size: 3em;
    font-weight: 900;
}

.label {
    font-size: 20px;
    display: block;
    color: #FFF;
}

.bg {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

.divItemCuentaRegresiva {
    min-height: 95px;
}

#countdown {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}

@media screen and (max-width: 991px) {
    .time {
        color: #FFF;
        font-size: 3em;
    }
    .label {
        font-size: 1em;
        display: block;
        color: #FFF;
    }
}