diff --git a/src/components/Video/video.css b/src/components/Video/video.css index 9b5912d..68ebed7 100644 --- a/src/components/Video/video.css +++ b/src/components/Video/video.css @@ -88,3 +88,8 @@ border-top-right-radius: 5px; border-bottom-right-radius: 5px; } + +.youtube iframe { + width: 100%; + aspect-ratio: 16/9; +} \ No newline at end of file