.iframe-container {
  width: 100%;
  height: 60vh;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  /* mix-blend-mode: multiply; */
}

iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

* {
  max-width: 100%;
}
