diff --git a/style.css b/style.css index 2302e0b..68c34b0 100644 --- a/style.css +++ b/style.css @@ -1174,20 +1174,9 @@ COMPONENTS } .wp-block-embed.is-type-video iframe { + height: auto; width: 100%; - height: 231px; -} - -@media (min-width: 760px) { - .wp-block-embed.is-type-video iframe { - height: 360px; - } -} - -@media (min-width: 1200px) { - .wp-block-embed.is-type-video iframe { - height: 562px; - } + aspect-ratio: 16 / 9; } .st-article-section-related-articles {