diff --git a/epicyon-profile.css b/epicyon-profile.css index 69413f016..c0cbe5087 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -184,6 +184,10 @@ body, html { image-rendering: var(--rendering); } +video { + width: 100%; +} + figure { padding-left: 0; padding-right: 0; @@ -1002,9 +1006,6 @@ div.container { font-size: var(--font-size); color: var(--title-color); } - video { - width: 125%; - } .accountsTable { width: 100%; border: 0; @@ -1675,9 +1676,6 @@ div.container { font-size: var(--font-size-mobile); color: var(--title-color); } - video { - width: 100%; - } .accountsTable { width: 100%; border: 0;