/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
}
.yellow {
    color: white;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: underline;
    position: fixed;
}
#googleplusbox {
    z-index: 59;
    width: 32px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    position: fixed;
    top: 5px;
    right: 5px;
    margin-right: 48px;
    left: 10;
}
#facebookbox {
    z-index: 59;
    width: 44px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    position: fixed;
    top: 5px;
    right: 5px;
    margin-right: 0px;
}
#box {
    z-index: 1;
    float: left;
    height: 100%;
    clear: both;
    width: 100%;
    min-height: 0px;
    background-color: rgb(0, 0, 0);
    background-image:url("img/cinemaBG.jpg");
    background-attachment: scroll;
    background-size: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    overflow: hidden;
    bottom: auto;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}

#box2 {
    float: left;
    height: 495px;
    clear: none;
    width: 704.046875px;
    background-image:url("img/ipad.png");
    background-attachment: scroll;
    background-size: contain;
    position: fixed;
    top: auto;
    left: 0px;
    overflow: auto;
    bottom: 0px;
    background-position: 0% 100%;
    background-repeat: no-repeat no-repeat;
}

#buttons {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}

.badge {
    /*margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 1px;*/
}

#box1 {
    float: left;
    height: 24.637076%;
    margin-left: 56.600789%;
    margin-top: 9.612298%;
    clear: none;
    width: 32.82486%;
    position: relative;
    margin-right: 0px;
}

#image {
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 10.813773%;
    margin-left: auto;
    margin-right: auto;
}

#text {
    float: left;
    font-size: 2em;
    width: 70.221265%;
    height: auto;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin: 30px 0px 0% 14.91378%;
    clear: none;
    min-height: 33.939394%;
    color: rgb(255, 255, 255);
    position: relative;
    top: 0px;
    left: 0px;
}


@media only screen and (max-width: 696px) {
    #box {
        background-image:url("img/cinemaBG2.jpg");
    }

    #box2 {
        width: 360px;
        height: 380px;
        bottom: 0px;
        left: 0px;
    }

    #box1 {
        margin-right: 17.999677%;
        margin-top: 16.32304%;
        clear: none;
        height: 14.746617%;
        width: 59.452991%;
        margin-left: 21.777922%;
    }

    #text {
        margin-top: 40%;
        font-size: 1.5em;
        margin-left: 14.929884%;
        clear: none;
    }

}

@media only screen and (max-width: 500px) {
    #box2 {
        left: 0px;
        top: auto;
        width: 220px;
        height: 340px;
    }

    #text {
        margin-top: 87.822266%;
        margin-left: 15.048828%;
        clear: none;
        font-size: 0.8em;
        height: auto;
        min-height: 95px;
        width: 70%;
    }

    #box1 {
        width: 59.447368%;
        height: 14.74499%;
    }

    #box3 {
        float: left;
        height: 198px;
        margin-left: 0px;
        margin-top: 0px;
        clear: both;
        width: 100%;
        position: absolute;
        top: auto;
        left: 0%;
        bottom: 0px;
    }
}

