diff --git a/assets/css/default.css b/assets/css/default.css index 0c738f7a..005b4582 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -847,8 +847,11 @@ --zIndexMain: 0; --zIndexMenu: 50; --posBannerHeight: calc(100vh - 140px); - --posBannerWidth: calc((100vh - 140px) * 1.78); - --posBannerLeft: calc((100vh - 140px) * 0.5625 * 0.5); + --posBannerWidth: var(--posPlayerWidth); + --posBannerLeft: var(--posPlayerLeft); + --posPlayerHeight: calc(100vh - 140px); + --posPlayerWidth: calc((100vh - 140px) * 1.78); + --posPlayerLeft: calc((100vh - 140px) * 0.5625 * 0.5); --ticking: false; --videoPlay: 0; --runFade: 0;