The idea
object-fit controls how a replaced element's content (an image, a video) fills its box. cover scales the image so it fills the box completely, cropping whatever overflows. The box itself is set by width and height — object-fit only changes what happens *inside* it.
This level needs object-fit — the box is already the right size; the property is the lesson.