diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 301e5b6..cee2023 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -174,19 +174,17 @@ } } [id^="jp_video_"]{ - height: auto; + height: 100% !important; + width: auto !important; @media(max-width: 1024px){ - width: auto; max-width: fit-content; transform:translate(0%, 96%) scale(3); } @media(max-width: 768px){ - width: auto; max-width: fit-content; transform:translate(0%, 46%) scale(2.6); } @media(max-width: $screen-xs){ - width: auto; max-width: fit-content; transform:translate(0%, 128%) scale(3.8); }