.halfpix-content-figure { margin: 24px 0; }
.halfpix-content-media {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  background: #111;
}
.halfpix-content-video video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
