.eighty-height {
  min-height: 80vh !important; /* 80% of the device viewport height */
}

.full-height {
  min-height: 100vh !important; /* 100% of the device viewport height */
}