.media-list ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.media-list ul li {
  list-style: none !important;
}

.media-video-embed {
  position: relative;
  width: 100%;
}

.media-card {
  position: relative;
}

.media-card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.media-embed {
  aspect-ratio: 16 / 9; /* change if you want */
  width: 100%;
  overflow: hidden;
}

.media-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
