[html]<style>[style*="--aspect-ratio"] > :first-child {
width: 100%;
}
[style*="--aspect-ratio"] > img {
height: auto;
}
@supports (--custom:property) {
[style*="--aspect-ratio"] {
position: relative;
}
[style*="--aspect-ratio"]::before {
content: "";
display: block;
padding-bottom: calc(100% / (var(--aspect-ratio)));
}
[style*="--aspect-ratio"] > :first-child {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
}</style><center><div style="--aspect-ratio: 16/9;"><iframe src="https://drive.google.com/file/d/1gHDpzLJvsWlupkqAcS6VfsEFdPSDNgqM/preview" width="640" height="480"></iframe></div></center><br>
<center><iframe src="https://drive.google.com/file/d/1ft_y9RZG_i1-k02R-GkiDUEOvzFbtMYR/preview" width="450" height="80"></iframe></center>[/html]