.caption.caption-drupal-media {
	width: 100%;
}

.youtube_player > iframe,
.dailymotion_player > iframe,
.vimeo_player > iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.youtube_player > .tac_activate,
.dailymotion_player > .tac_activate,
.vimeo_player > .tac_activate {
    aspect-ratio: 16/9;
    max-height: 100%;
}

.tac_player:not(:has(> *)) {
	aspect-ratio: 16/9;
  max-height: 100%;
}

.soundcloud_player > iframe {
	width: 100%;
  min-height: 172px;
}

.soundcloud_player > .tac_activate {
  height: 172px;
}
