.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute-top {
  position: absolute;
  top: 0;
}

.absolute-bottom {
  position: absolute;
  top: 0;
}

.full-width {
  margin-left: -9999rem !important;
  margin-right: -9999rem !important;
  padding-left: 9999rem !important;
  padding-right: 9999rem !important;
}

.vh-100 {
  height: 100vh;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}
