.vi__video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.vi__video video {
  display: block;
  width: 100%;
}

.vi__video {
  margin-bottom: 1.5em;
}

@supports not (aspect-ratio: 1) {
  .vi__video__youtube-container {
    position: relative;
    padding-bottom: 56.25%;
  }

  .vi__video__youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
