@font-face {
font-family: kippax-con-bold;
src: url(font/kippaxmodernbeta-condensedbold-webfont.woff2);
}

#border {
    width: 300px;
    height: 250px;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
}

#wrapper {
    width: 300px;
    height: 250px;
    /* 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: 300px;
    height: 250px;
}

#crest {
    position: absolute;
    left: 62px;
    top: 10px;
    width: 60px;
    height: 60px;
}

#citc {
    position: absolute;
    left: 135px;
    top: 15px;
    width: 101px;
    height: 50px;
}

#player {
    position: absolute;
    left: 162px;
    top: 85px;
    width: 108px;
    height: 90px;
}

#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: -12px;
    opacity: 0;
    transform: translateX(0px);
}

#signed {
    font-size: 34px;
    color: #3bd6ff;
    z-index: 1;
    opacity: 0;
    transform: translateX(0px);
}

#prizes {
    font-size: 25px;
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    transform: translateX(0px);
}

/* PRIZES TEXT */

#prize-text-container {
    position: absolute;
    left: 30px;
    z-index: 1;
    height: 100px;
    top: 85px;
    width: 130px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-end; 
    }

/* RIGHT TEXT */

#right-text-container {
    position: absolute;
    z-index: 1;
    height: 60px;
    bottom: 10px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
}
 
#days, #day, #hours, #hour, #mins, #min {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.1;
    margin-left: 10px;
    transform: translateX(10px);
}

#countdown {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    transform: translateX(10px);
}