#congrats-header > h3 {
    color: #FFF;
    font-family: 'Avenir Black';
    text-shadow:
        6px 6px        #000,
        5.75px 5.75px  #000,
        5.5px 5.5px    #000,
        5.25px 5.25px  #000,
        5px 5px        #000,
        4.75px 4.75px  #000,
        4.5px 4.5px    #000,
        4.25px 4.25px  #000,
        4px 4px        #000,
        3.75px 3.75px  #000,
        3.5px 3.5px    #000,
        3.25px 3.25px  #000,
        3px 3px        #000,
        2.75px 2.75px  #000,
        2.5px 2.5px    #000,
        2.25px 2.25px  #000,
        2px 2px        #000,
        1.75px 1.75px  #000,
        1.5px 1.5px    #000,
        1.25px 1.25px  #000,
        1px 1px        #000,
        0.75px 0.75px  #000,
        0.5px 0.5px    #000,
        0.25px 0.25px  #000;
    -webkit-text-stroke: 2px black;
}

#congrats-header > h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 2.4vw;
}

#wos-countdown span.tick-flip-card:not(:first-child):after,
#wos-countdown span.tick-flip-card:not(:first-child):before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 0.15em;
}

#wos-countdown span.tick-flip-card:not(:first-child):after {
    width: inherit;
    height: inherit;
    border: none;
    left: -5px;
    top: -3.5px;
}

#wos-countdown span.tick-flip-card:not(:first-child):before {
    width: calc(100% + 10px);
    height: calc(100% + 8.5px);
    display: block;
    border: none;
    left: -10px;
    top: -8px;
}

#wos-countdown {
    padding: 20px 0;
}

#wos-countdown > div {
    font-size: 10vw;
    text-align: center;
}

#wos-countdown .tick-flip-panel {
    background: rgb(2,107,56);
    background: -moz-linear-gradient(0deg, rgba(2,107,56,1) 0%, rgba(56,180,74,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(2,107,56,1) 0%, rgba(56,180,74,1) 100%);
    background: linear-gradient(0deg, rgba(2,107,56,1) 0%, rgba(56,180,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#026b38",endColorstr="#38b44a",GradientType=1);
}

#wos-countdown span.tick-flip-card:not(:first-child):before {
    border: 2px solid #FFF;
    left: -7.5px;
    top: -4px;
}
