<style>
.video-wrapper {
  width: 100%;
  max-width: 1024px;
  aspect-ratio: 16 / 9;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}



</style>