.w-auto {
  width: auto !important;
}
.w-fit {
  width: fit-content !important;
}
.w-100 {
  width: 100% !important;
}

.h-auto {
  height: auto !important;
}
.h-fit {
  height: fit-content !important;
}
.h-100 {
  height: 100% !important;
}
