header {
    background: #fff;
}

.wrapper {
    text-align: center;
}

.time {
    color: #C0242B;
    font-size: 4em;
}

.label {
    font-size: 1.2em;
    display: block;
    color: #C0242B;
}

.bg {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

.divItemCuentaRegresiva {
    min-height: 130px;
}

#countdown {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .time {
        color: #C0242B;
        font-size: 3em;
    }
    .label {
        font-size: 1em;
        display: block;
        color: #C0242B;
    }
}