.video-container {
  width: 100%;
  max-width: 1080px;
  background: #f8f5f5;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.mi-video {
  max-width: 100%;
  height: auto;
  display: block;
}
