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

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

#bannercol1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 75%;
}

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

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

    #bannercol2 {
        width: 100%;
        height: auto;
    }
}

