#video {
  position: relative;
  background-color: var(--primary-color);;
}
#video iframe {
  width: 100%;
  aspect-ratio: 2.5 / 1
}