.fixed-size {
  height: 120px;
  width: 200px;
  object-fit: cover;
}

.image-cover {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}


.l-b-n {
  border-left: none !important;
}

.r-b-n {
  border-right: none !important;
}

.t-b-n {
  border-top: none !important;
}

.b-b-n {
  border-bottom: none !important;
}

.b-n {
  border: none !important;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bolder;
}

.text-xs {
  font-size: .9rem;
}

.text-sm {
  font-size: 1.2rem;
}

.w-25 {
  width: 20% !important;
}

.text-nowrap {
  white-space: nowrap !important;
}