/**
 * Responsive styles for the Kaltura player embed.
 *
 * @package Kaltura_Media
 */

.kaltura-player-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 1.5em 0;
}

.kaltura-player-wrapper--16-9 {
  aspect-ratio: 16 / 9;
}

.kaltura-player-wrapper--4-3 {
  aspect-ratio: 4 / 3;
}

.kaltura-player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
