.tw-rounded {
  border-radius: 0.25rem;
}

.tw-h-full {
  height: 100%;
}

.tw-w-full {
  width: 100%;
}

.tw-object-cover {
  object-fit: cover;
}

.tw-flex {
  display: flex;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-order-[-1000] {
  order: -1000;
}