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

#box {
    float: none;
    height: 3998px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    background-image:url("img/scorecard-02-vysledkova-listina.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
}

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

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

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

    #image {
        visibility: hidden;
    }
}

