.main {
  display: none;
}
@media (min-width: 992px){
  html, body {
    height: 100%;
  }
  .page-footer {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
  }
  .slider .images {
    height: 580px;
  }
}