html,
body {
    height: 100%;
}

.container {
    height: calc(100% - 165px);
}