100VH - 100px

#specificElement {
    height: calc(100vh - 100px);
    box-sizing: border-box;
}
Mystic Dev