.video-embed {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.video-embed iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}