@media screen and (min-width: 784px) {
    #topArea {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    #topSpacer {
        height: 48px;
    }
}