diff --git a/style.css b/style.css index 7294a02..2302e0b 100644 --- a/style.css +++ b/style.css @@ -1173,6 +1173,23 @@ COMPONENTS max-width: 100%; } +.wp-block-embed.is-type-video iframe { + 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; + } +} + .st-article-section-related-articles { display: flex; flex-wrap: wrap;