
.countdown-container {
    background:  white;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}
.countdown-container a span {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
.countdown-title-header {
    color: #fff;
    display: flex;
    padding: 5px 10px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
}
.countdown-title-header > a {
    background-color: #000;
    color: #82bc00;
}
.countdown-sub-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.countdown-sub-container > h3{
    color: #82bc00;
}
.countdown-sub-container > h2{
    color: #000;
}

.countdown-title-container {
    background-color: #82bc00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-family: Helvetica, Arial, Verdana;
}
.sponsored-logo-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sponsored-logo-container > h3{
    color: #82bc00;
    margin-top: 10px;
    font-size: 22px;
}
.sponsored-logo {
    color: #82bc00;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 140px;
}
.sponsored-logo > h4 {
    color: #82bc00;
    margin: 10px !important;
}
.countdown-button-container {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: center;
}
.countdown-button-container > h3{
    margin-bottom: 0;
    margin-top: 0;
    background-color: #000;
    width: 100%;
    color: #82bc00;
    text-align: center;
    font-size: 18px;
    font-family: "Arial", "Verdana", sans-serif;
    text-transform: uppercase;
    padding: 0;
}
.countdown-mobile {
    display: none;
}


#countdown-timer {
    margin-bottom: 0;
    margin-top: 7.5px;
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.countdown-timer-container > div > p {
    align-self: center;
}

#countdown-timer > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}

#countdown-timer > .day-timer-container {
    max-width: 65px;
}

#countdown-timer > .day-timer-container > h2 {
    width: auto;
}

.minutes-timer-container {
    margin: 0 -3px;
}

.seconds-timer-container {
    margin: -4px;
}

#countdown-timer > div > h2 {
    line-height: 1.1;
    height: 30px;
    font-weight: 500;
    font-family: inherit;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 0;
    width: 38px;
}

#countdown-timer > span {
    font-size: 26px;
    margin: 0 5px 10px 5px;
    align-self: baseline;
}

#countdown-timer > div > p {
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 7.5px;
}

.small-mobile {
    display: none;
    float: none !important;
}

.large-mobile {
    display: none;
}

.countdown-button-container > h3{
    font-size: 110%;
}

@media only screen and (max-width: 1199px){
    .countdown-title-header{
        font-size: 24px;
    }
    .countdown-button-container > h3{
        font-size: 100%;
    }
}

@media only screen and (max-width: 567px){
    .small-mobile {
        max-width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .countdown-container{
        margin: inherit;
    }
}

@media only screen and (min-width: 568px) and (max-width: 991px){
    .countdown-timer > div > h2{
        font-size: 34px;
    }
    .large-mobile {
        display: block;
        width: 100%;
        margin: inherit;
    }

    .countdown-container {
        height: 100px;
        display: flex;
    }
    .countdown-title-container{
        background-color: #82bc00;
        width: 30%;
    }
    .countdown-sub-container{
        flex-direction: column-reverse;
        width: 60%;
    }
    .countdown-button-container{
        width: 30%;
        height: 100%;
        background-color: #000;
        overflow: hidden;
    }
    .countdown-button-container > h3{
        font-size: 16px;
        text-align: center;
    }
    .countdown-title-header {
        font-size: 18px;
        text-align: left;
    }
    .countdown-title-container{
        padding: 0 10px;
    }

    .countdown-timer-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sponsored-logo-container {
        flex-direction: row;
    }
    .sponsored-logo {
        width: 85px;
        margin-left: 5px;
        max-height: 25px;
    }
    .sponsored-logo-container > h3{
        font-size: 17px;
        margin-top: 10px;
    }

}

@media only screen and (min-width: 992px) {
    .countdown-container {
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 687px){
    .countdown-button-container > h3{
        font-size: 14px;
    }
    .countdown-title-header{
        font-size: 16px;
    }

}

@media only screen and (min-width: 729px) and (max-width: 991px){
    .countdown-button-container > h3{
        font-size: 97%;
    }
}

@media only screen and (max-width: 728px){
    .countdown-button-container > h3{
        font-size: 92%;
    }
}

@media only screen and (max-width: 628px) {
    .countdown-button-container > h3{
        font-size: 88%;
    }
}

@media only screen and (max-width: 567px) {
    .countdown-button-container > h3{
        font-size: 110%;
    }
}