@font-face {
    font-family: kippax-con-bold;
    src: url(font/kippaxmodernbeta-condensedbold-webfont.woff2);
    }
     
    #border {
        width: 970px;
        height: 80px;
        top: 0;
        left: 0;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
    }
     
    #wrapper {
        width: 970px;
        height: 80px;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        font-family: kippax-con-bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     
    #background {
        position: absolute;
        width: 970px;
        height: 80px;
    }
     
    #crest {
        position: absolute;
        right: 171px;
        top: 5px;
        width: 70px;
        height: 70px;
    }
     
    #citc {
        position: absolute;
        left: 20px;
        top: 10px;
        width: 121px;
        height: 60px;
    }
     
    #player {
        position: absolute;
        left: 150px;
        bottom: 0px;
        width: 96px;
        height: 80px;
    }
     
    #lang {
        display: none;
    }
     
    /* CENTRE TEXT */
     
    #center-text-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 6px;
        position: absolute;
    }
     
    #win {
        font-size: 30px;
        color: #ffffff;
        z-index: 1;
        margin-bottom: -15px;
        opacity: 0;
    }
     
    #signed {
        font-size: 50px;
        color: #3bd6ff;
        z-index: 1;
        opacity: 0;
    }
     
    #prizes {
        font-size: 40px;
        color: #ffffff;
        z-index: 1;
        opacity: 0;
    }
     
    /* RIGHT TEXT */
     
    #right-text-container {
        position: absolute;
        right: 20px;
        z-index: 1;
        height: 60px;
        top: 10px;
        width: 170px;
        display: flex;
        align-items: center;
        justify-content: flex-end; 
    }
     
    #days, #day, #hours, #hour, #mins, #min {
        font-size: 30px;
        color: #ffffff;
        line-height: 1.1;
        margin-left: 10px;
    }
     
    #countdown {
        font-size: 60px;
        color: #ffffff;
        line-height: 1;
    }