
/* WP breakpoints seem to come in at 990 px. Specify the width inline. */
.spacer990 { display: none }
@media (max-width: 990px) {
    .spacer990 { display: block }
}