.df-container {
  /*height: calc(100vh - 60px) !important;*/
    height: calc(100vh - 121px) !important;
}

@media all and ( max-width: 1000px ) {
    .df-container  {
        height: calc(100vh - 121px) !important;
        /* height: 100vh !important;; */
    }
}

body {
    height: 100% !important;
}