.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#box {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#box1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 425px;
    min-width: 0px;
}

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

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

#box2 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 425px;
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#image2 {
    float: left;
    width: 185px;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

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

@media only screen and (max-width: 900px) {
    #box2 {
        width: 47.222222%;
    }

    #box1 {
        width: 47.222222%;
    }

    #image {
        width: 43.529412%;
    }

    #image1 {
        width: 43.529412%;
    }

    #image2 {
        width: 43.529412%;
    }

    #image3 {
        width: 43.529412%;
    }
}

@media only screen and (max-width: 500px) {
    #box1 {
        width: 100%;
    }

    #box2 {
        width: 100%;
    }
}

