/* pixel range is defined in the .master */

.globalHeader {
    font-size: 3vw;
}
.regTitle {
    font-size: 2.85vw;
    width: 95vw;
}


.landingBTN {
    width:95%;
    padding:2vw;
}

.landingBTN i {
    font-size:50px;
    margin:5px;
}

.landingBTN .text .title {
    text-transform:uppercase;
    font-size:16px;
}

body {
    width:100%;
    max-width:100%;
}
.totalWidth {
    width:100vw;
}
.playOptions {
    width:100%;
}
.regBoxWidth {
    width:100%;
    max-width:100%;
}
.regBox {
    /*min-width:90vw;*/
    width:100%;
    max-width:100%;
    clear:both;
    /*float:left;*/
    height:auto;
    text-align:center;
    position:relative;
    margin:0 auto;
}
.instructionsArea {
    width:100%;
    max-width:100%;
    float:left;
    height:auto;
    line-height:0;
}
.yui3-js-enabled{width:793px;max-width:793px;}

.dB {
    display:initial;
}
.fB {
    display:block;
}
.globalHeaderBottom {
    min-width: 100%;
    width: 150vw;
    position: relative;
    left: 0;
    margin-bottom: -8em;
    z-index: 1;
}

.prizetext {
    width: 21em;
    max-width: 90vw;
    position: relative;
    z-index: 1;
    left: 2em;
}
.bottle {
    width: 11em;
    position: absolute;
    z-index: 2;
    top: 4em;
    left: 1em;
    transform: none;
    display: initial;
}
.bottles {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    width: 450px;
    max-width: 60vw;
    margin: 20px auto;
    display: none;
}
.regTitle {
    margin: 3.25em auto .5em;
    box-sizing: border-box;
    text-align: center;
}