.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.object-none {
  object-fit: none;
}
.object-scale-down {
  object-fit: scale-down;
}
.\!object-contain {
  object-fit: contain !important;
}
.\!object-cover {
  object-fit: cover !important;
}
.\!object-fill {
  object-fit: fill !important;
}
.\!object-none {
  object-fit: none !important;
}
.\!object-scale-down {
  object-fit: scale-down !important;
}
