.video-with-text__media {
  max-width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.video-with-text__media video,
.video-with-text__media iframe {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
}
