@media screen and (min-width: 992px) {
#primary {
float: left;
}
#secondary {
float: right;
}
}