html, body{
    height: 100%;
}

#inner{
    min-height: 610px;
    height: calc(100% - 200px);
}


@media screen  and (max-width: 992px) {
#inner{
    min-height: 0;
    height: auto;
}
}


@media screen  and (max-height: 800px) {
#inner{
    min-height: 0;
    height: auto;
}
}