.video { height: 142px; min-height: 142px; position: relative; align-items: flex-end; overflow: hidden; }
.video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,12,10,.88), rgba(11,12,10,.05) 80%); }
.video .play, .video-copy, .video > span { z-index: 1; }
.video-copy { position: relative; }
.video small { color: #e1e6d9; }
