video {
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #000;
}

video[poster] {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
