.tlk-lectures__header-logo-wrap {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.t-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.t-records {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.uc-mifooter2k {
  flex-shrink: 0;
  margin-top: auto !important;
}

@media (min-height: 800px) {
  .t-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .t-records {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  .uc-mifooter2k {
    flex-shrink: 0;
    margin-top: auto !important;
  }
}