@media (max-width: 900px) {
#primary {
    float: none;
    width: 100%;
}
#secondary {
    float: none;
    width: 100%;
}

}   