#page{
    position: absolute;
    top:50px;
    left: 0px;
    width: 100%;
    height: calc(100% - 2*50px);
    z-index: 0;
}

/*
@media (max-width: 490px) {
    #page{
        top:calc(2*var(--h_header));
        height: calc(100% - 2*var(--h_header));
    }
}
*/