.slide {
    display: flex;
 flex-direction:column;
 justify-content:center;
 min-height: 100vh;
  }

.full-hght {
  height: 100vh;
}
.region-content-footer {
  height: initial !important;
}

