.background-cover-custom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.background-cover2-custom {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.background-contain-custom {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}