.countdownWrapper {
    background-repeat: repeat-x;
    border: 1px solid black;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0;
    text-align: center;
}

.countdown {
    color: red;
    font: bold 30px "Open Sans", "Arial";
    text-transform: uppercase;
    -moz-text-stroke: 1px white;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

@media (max-width: 992px) {
    .countdownWrapper {
        border-width: 1px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .countdown {
        font-size: 16px;
        -moz-text-stroke: 0;
        -webkit-text-stroke: 0;
        text-stroke: 0;
    }
}