1 @use '_variables' as *;
3 @use 'video.js/dist/video-js';
5 $assets-path: '../../assets/';
6 @use '../../sass/player/index';
9 display: none !important;
13 font-family: $main-fonts;
14 font-weight: $font-regular;
22 /* fill the entire space */
27 background-color: #000;
35 .video-js.vjs-peertube-skin {
41 background-size: 100% auto;
48 flex-direction: column;
49 align-content: center;
50 justify-content: center;
55 box-sizing: border-box;
56 font-family: sans-serif;
68 #placeholder-preview {
72 background-size: 100% auto;
75 background-position: 50% 50%;
76 background-repeat: no-repeat;
82 background: rgba(0, 0, 0, 0.6);
89 @media screen and (max-width: 300px) {