.video-wrap {
  position: relative;
  background-color: rgb(0 0 0 / 0.05);
  padding-bottom: 56.25%;
  height: 0;
  max-width: 1920px;
  margin: 0 auto 2rem auto;
}

.video-wrap iframe, .video-wrap > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
}