.video-embed {
  position: relative;
  width: 100%;
  max-width: 960px;     
  margin: 1rem auto;
  aspect-ratio: 16 / 9; 
  background: #000;
  border-radius: 12px; 
  overflow: hidden;
}

.video-embed > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
