/* Responsive 16:9 wrapper for an embedded MediaCentral (Kaltura) player. */
.mediacentral-embed {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 1em auto;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.mediacentral-embed__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
