diff --git a/assets/style.css b/assets/style.css index a6596d0..e94ab3c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -297,13 +297,13 @@ input#search-video { /* Video player styling */ #video-wrapper { - background-color: transparent; + background-color: transparent !important; margin-top: 0.25rem; } video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/ border-radius: 0.50rem; - background-color: transparent; + background-color: transparent !important; } /* random shit */