.timer-container {
    text-align:center;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    position: absolute;
    bottom:10%;

}
#timer {
    font-size:20px;
    display:inline;
}
#timer li {
    color:#eee;
    display:table-cell;
    padding:6px;
    width:25%;
    text-align:center;
}
#timer p {
    text-align:center;
}
#timer span {
    font-size: 40px;
    display:block;
}

@media (max-width: 768px) {
    #timer {
        font-size:12px;
    }
    #timer span {
        font-size: 20px;
    }
    .timer-container {
        bottom:2%;
    }
}

.stream-container[data-starttime] {
    position: relative;
}
.stream-container[data-starttime] .poster-image {
    position: relative;
    z-index: 1;
}
.stream-container #wowza_player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 2ms opacity;
    z-index: 0;
}
.stream-container.stream-loaded #wowza_player {
    opacity: 1;
    z-index: 2;
}

.stream-questionnaire-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 1280px) {
    .stream-questionnaire-button {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .stream-questionnaire-button {
        justify-content: center;
    }
    .stream-questionnaire-button p {
        width: 100%;
        text-align: center;
    }
}

.hidden {
    display: none!important;
}

.theo-primary-color, .vjs-selected { 
    color: rgba(240, 240, 240, 0.7) !important; 
}
    
.theo-primary-background {
    color: #000000 !important;
    background-color: rgba(240, 240, 240, 0.7) !important; 
}

.theo-secondary-color { 
    color: #ffffff !important;
}

.theo-secondary-background {
    color: #000000 !important; 
    background-color: #ffffff !important; 
}

.theo-tertiary-color { 
    color: #000000 !important; 
} 

.theo-tertiary-background { 
    color: #ffffff !important; 
    background-color: #000000 !important; 
} 