/* Production line: the three rendered scenes from the omni-motion-sharp package, sitting inside the
   page's own three-up card row. The card itself (4:5 portrait, radius, the gradient that clears the
   chip and the title) is the page's existing .tile treatment; all this file does is place the video
   as the card's media, under that gradient, the way the drawn art used to sit.

   The renders are 2:1, so a portrait card shows the middle of each scene. Every scene is composed
   around a centred subject (the fill and cap gantry, the inspection arch, the truck), so the crop
   lands on the action. object-position is per scene in case that ever needs nudging. */
#line .tile .lv{
  position:absolute;inset:0;z-index:0;
  width:100%;height:100%;object-fit:cover;object-position:50% 50%;
  background:var(--bg2);
}
/* Phones drop to one column at 16/11, which is close to the render's own 2:1, so far less is cropped. */
@media (max-width:700px){
  #line .tile .lv{object-position:50% 46%}
}
