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

.globalHeader {
    font-size: 3vw;
}
.regTitle {
    font-size:3.5vw;
}
.bottle {
    width: 16em;
    margin: 1em 0 0em 4em;
}
.topRight {
    top: 22em;
    right: -2em;
    width: 11em;
}
.topLeft {
    top: 1em;
    left: -3em;
    width: 10em;
}
.bottomLeft {
    bottom: 6em;
    left: -.75em;
    width: 8em;
}
.bottomRight {
    bottom: 0.5em;
    right: 1em;
    width: 3.5em
}
.landingBTN {
    width:95%;
    padding:2vw;
}
.map {
    position: absolute;
    width: 135%;
    top: 16em;
    left: -15%;
    mix-blend-mode: multiply;
    opacity: .5;
}
.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;
}