html,
body {
  height: 100%;
}

.container-box {
  height: calc(100% - 170px);
  min-height: calc(100% - 170px);
}
