.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-image:url("img/bg-score.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 0%;
    background-repeat: repeat no-repeat;
}

#box {
    float: none;
    height: 4469px;
    margin: 0px auto;
    clear: none;
    width: 100%;
    background-image:url("img/scorecard-01-detail.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
    position: relative;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}

#image {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    top: 327px;
    left: 0%;
}

@media only screen and (max-width: 1430px) {
    #box {
        background-image:url("img/scorecard-01-detail.png");
        background-attachment: scroll;
        -webkit-background-size: 177%;
        background-size: 177%;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }

    .primaryContainer {
        background-image:url("img/bg-score.jpg");
        background-attachment: scroll;
        -webkit-background-size: 177.2%;
        background-size: 177.2%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #image {
        visibility: hidden;
    }
}

