iframe[src^="https://www.youtube.com"] {
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

iframe[src^="https://www.youtu.be"] {
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

video {
    width: 100%;
    aspect-ratio: auto 1280 / 720;
    height: 100%;
}