.post-video-block {
  width: 100%;
  text-align: center;
}

.post-video {
  width: 100%;
  margin-top: 18px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #bbb;
  background: #111;
}

.post-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.post-video-download {
  margin-top: 24px;
}
