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

#box {
    float: none;
    height: 3147px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    background-image:url("img/turnaje.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: 321px;
    left: 0%;
    display: block;
}

@media only screen and (max-width: 1556px) {
    #image {
        visibility: hidden;
    }
}

@media only screen and (max-width: 1430px) {
    #box {
        background-image:url("img/turnaje.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-turnaje.jpg");
        background-attachment: scroll;
        -webkit-background-size: 174.1%;
        background-size: 174.1%;
        background-position: 50% 0%;
        background-repeat: repeat no-repeat;
    }

    #image {
        visibility: hidden;
    }
}

