.hero>.hero-picture{width:100%;height:100%;object-fit:cover;object-position:center;background:#09130f;animation:video-breathe 18s ease-in-out infinite alternate}
@keyframes video-breathe{from{transform:scale(1.015)}to{transform:scale(1.07)}}
@media(prefers-reduced-motion:reduce){.hero>.hero-picture{animation:none}}
