diff --git a/src/styles/blocks/popup.scss b/src/styles/blocks/popup.scss index 55b05d3..00afc09 100644 --- a/src/styles/blocks/popup.scss +++ b/src/styles/blocks/popup.scss @@ -23,10 +23,12 @@ &__box { position: relative; - width: 100%; max-width: 1470rem; margin: auto; height: 100%; + aspect-ratio: 16 / 9; + display: flex; + justify-content: center; } &__close { @@ -48,7 +50,7 @@ height: 100%; .video { - border: 1px solid red; + } } }