@gcorevideo/player 2.24.5 → 2.24.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,42 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.context-menu {
126
- z-index: 999;
127
- position: absolute;
128
- top: 0;
129
- left: 0;
130
- text-align: center;
131
- }
132
- .context-menu .context-menu-list {
133
- font-family: "Proxima Nova", sans-serif;
134
- font-size: 12px;
135
- line-height: 12px;
136
- list-style-type: none;
137
- text-align: left;
138
- padding: 5px;
139
- margin-left: auto;
140
- margin-right: auto;
141
- background-color: rgba(0, 0, 0, 0.75);
142
- border: 1px solid #666;
143
- border-radius: 4px;
144
- }
145
- .context-menu .context-menu-list-item button {
146
- border: none;
147
- background-color: transparent;
148
- padding: 0;
149
- color: white;
150
- display: flex;
151
- gap: 8px;
152
- align-items: center;
153
- justify-content: center;
154
- cursor: pointer;
155
- padding: 5px;
156
- width: 100%;
157
- }
158
- .context-menu .context-menu-list-item_icon {
159
- width: 20px;
160
- height: 20px;
161
125
  }:root {
162
126
  --primary-background-color: #000;
163
127
  --secondary-background-color: #262626;
@@ -522,218 +486,6 @@
522
486
  .fullscreen .clappr-nerd-stats .stats-box {
523
487
  top: unset;
524
488
  }
525
- }.big-mute-icon-wrapper[data-big-mute] {
526
- position: absolute;
527
- z-index: 9998;
528
- background-color: transparent;
529
- display: flex;
530
- justify-content: center;
531
- width: 100%;
532
- height: calc(100% - 50px);
533
- margin: 0 auto;
534
- opacity: 0.75;
535
- transition: opacity 0.1s ease;
536
- pointer-events: auto;
537
- }
538
- .big-mute-icon-wrapper[data-big-mute].hide {
539
- display: none;
540
- }
541
- .big-mute-icon-wrapper[data-big-mute]:hover {
542
- cursor: pointer;
543
- }
544
-
545
- .big-mute-icon[data-big-mute-icon] {
546
- display: flex;
547
- align-items: center;
548
- justify-content: center;
549
- align-self: center;
550
- width: 120px;
551
- height: 120px;
552
- border: 2px solid white;
553
- border-radius: 50%;
554
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
555
- filter: alpha(opacity=60);
556
- opacity: 1;
557
- box-shadow: 0 0 1px 0 white;
558
- background: rgba(240, 243, 247, 0.9411764706);
559
- z-index: 10000;
560
- }
561
- .big-mute-icon[data-big-mute-icon] svg {
562
- margin-left: 5px;
563
- width: 80px;
564
- height: 80px;
565
- }
566
- .big-mute-icon[data-big-mute-icon] svg path {
567
- fill: #1f1e1e !important;
568
- }
569
- .big-mute-icon[data-big-mute-icon]:hover {
570
- background: rgba(240, 243, 247, 0.8784313725);
571
- }
572
- .big-mute-icon[data-big-mute-icon]:hover svg path {
573
- fill: #151515 !important;
574
- }div.player-error-screen, [data-player] div.player-error-screen {
575
- color: #CCCACA;
576
- position: absolute;
577
- top: 0;
578
- height: 100%;
579
- width: 100%;
580
- background-color: rgba(0, 0, 0, 0.7);
581
- z-index: 2000;
582
- display: flex;
583
- flex-direction: column;
584
- justify-content: center;
585
- }
586
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
587
- font-size: 14px;
588
- color: #CCCACA;
589
- margin-top: 45px;
590
- }
591
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
592
- font-weight: bold;
593
- line-height: 30px;
594
- font-size: 18px;
595
- }
596
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
597
- width: 90%;
598
- margin: 0 auto;
599
- }
600
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
601
- font-size: 13px;
602
- margin-top: 15px;
603
- }
604
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
605
- cursor: pointer;
606
- width: 30px;
607
- margin: 15px auto 0;
608
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
609
- order: 99;
610
- height: 20px;
611
- }
612
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
613
- position: absolute;
614
- right: 16px;
615
- bottom: 52px;
616
- width: 250px;
617
- min-height: 48px;
618
- z-index: 9999;
619
- border-radius: 4px;
620
- }
621
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
622
- padding: 8px 0;
623
- }
624
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
625
- margin: 0;
626
- text-align: left;
627
- line-height: 22px;
628
- padding: 5px 14px;
629
- width: 250px;
630
- font-size: 12px;
631
- display: flex;
632
- align-items: center;
633
- justify-content: flex-start;
634
- gap: 8px;
635
- }
636
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
637
- flex: 24px 0 0;
638
- height: 24px;
639
- }
640
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
641
- visibility: hidden;
642
- display: inline-block;
643
- }
644
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
645
- flex: 0 1 100%;
646
- }
647
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
648
- flex: 0 0 14px;
649
- height: 24px;
650
- }
651
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
652
- flex: 1 0 auto;
653
- }*, :focus, :visited {
654
- outline: none !important;
655
- }
656
-
657
- .gear-wrapper .go-back {
658
- font-weight: 600;
659
- font-size: 14px;
660
- line-height: 20px;
661
- width: 100%;
662
- text-align: left;
663
- padding: 12px;
664
- }
665
- .gear-wrapper .go-back .arrow-left-icon {
666
- float: left;
667
- padding-top: 2px;
668
- padding-right: 2px;
669
- }
670
- .gear-wrapper .go-back .arrow-left-icon svg {
671
- height: 16px;
672
- }
673
- .gear-wrapper ul.gear-sub-menu {
674
- width: 100%;
675
- list-style-type: none;
676
- min-width: 60px;
677
- border-top: 2px solid rgb(36, 36, 36);
678
- overflow-y: auto;
679
- }
680
- .gear-wrapper ul.gear-sub-menu li {
681
- font-size: 12px;
682
- text-align: left;
683
- }
684
- .gear-wrapper ul.gear-sub-menu li[data-title] {
685
- background-color: #c3c2c2;
686
- padding: 5px;
687
- }
688
- .gear-wrapper ul.gear-sub-menu li a {
689
- display: block;
690
- text-decoration: none;
691
- height: 32px;
692
- padding: 5px 10px;
693
- line-height: 22px;
694
- color: #fffffe;
695
- }
696
- .gear-wrapper ul.gear-sub-menu li a:hover {
697
- color: white;
698
- background-color: rgba(0, 0, 0, 0.4);
699
- }
700
- .gear-wrapper ul.gear-sub-menu li a:hover a {
701
- color: white;
702
- text-decoration: none;
703
- }
704
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
705
- width: 30px;
706
- height: 20px;
707
- float: left;
708
- display: block;
709
- }
710
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
711
- display: none;
712
- }
713
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
714
- display: inline;
715
- }@charset "UTF-8";
716
- .media-control-clips {
717
- display: flex;
718
- gap: 6px;
719
- }
720
- .media-control-clips .media-clip-text {
721
- text-overflow: ellipsis;
722
- white-space: nowrap;
723
- overflow: hidden;
724
- display: inline-block;
725
- text-overflow: ellipsis;
726
- color: white;
727
- cursor: default;
728
- line-height: var(--bottom-panel);
729
- position: relative;
730
- }
731
- .media-control-clips .media-clip-text::before {
732
- content: "•";
733
- padding-right: 6px;
734
- }
735
- .media-control-clips .media-clip-text {
736
- max-width: 100px;
737
489
  }*,
738
490
  :focus,
739
491
  :visited {
@@ -834,92 +586,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
834
586
  100% {
835
587
  color: #B80000;
836
588
  }
837
- }.dvr-controls[data-dvr] {
838
- display: inline-block;
839
- color: var(--player-dvr-color);
840
- line-height: 32px;
841
- font-size: 10px;
842
- font-weight: bold;
843
- margin-left: 6px;
844
- height: 40px;
845
- line-height: 40px;
846
- margin-left: 0;
847
- }
848
- .dvr-controls[data-dvr] .live-info {
849
- cursor: default;
850
- text-transform: uppercase;
851
- }
852
- .dvr-controls[data-dvr] .live-info:before {
853
- content: "";
854
- display: inline-block;
855
- position: relative;
856
- width: 7px;
857
- height: 7px;
858
- border-radius: 3.5px;
859
- margin-right: 3.5px;
860
- background-color: var(--player-live-color);
861
- }
862
- .dvr-controls[data-dvr] .live-info.disabled {
863
- opacity: 0.3;
864
- }
865
- .dvr-controls[data-dvr] .live-info.disabled:before {
866
- background-color: var(--player-dvr-color);
867
- }
868
- .dvr-controls[data-dvr] .live-button {
869
- cursor: pointer;
870
- outline: none;
871
- display: none;
872
- border: 0;
873
- color: var(--player-dvr-color);
874
- background-color: transparent;
875
- height: 32px;
876
- padding: 0;
877
- opacity: 0.7;
878
- text-transform: uppercase;
879
- transition: all 0.1s ease;
880
- }
881
- .dvr-controls[data-dvr] .live-button:before {
882
- content: "";
883
- display: inline-block;
884
- position: relative;
885
- width: 7px;
886
- height: 7px;
887
- border-radius: 3.5px;
888
- margin-right: 3.5px;
889
- background-color: var(--player-dvr-color);
890
- }
891
- .dvr-controls[data-dvr] .live-button:hover {
892
- opacity: 1;
893
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
894
- }
895
- .dvr-controls[data-dvr] .live-info {
896
- font-size: 14px;
897
- letter-spacing: 0.8px;
898
- font-weight: 500;
899
- color: #fffffe;
900
- margin-left: 21px;
901
- }
902
- .dvr-controls[data-dvr] .live-info::before {
903
- width: 10px;
904
- height: 10px;
905
- border-radius: 50%;
906
- margin-right: 8px;
907
- background-color: #ed4f4a;
908
- }
909
- .dvr-controls[data-dvr] .live-button {
910
- height: 40px;
911
- opacity: 1;
912
- font-size: 14px;
913
- letter-spacing: 0.8px;
914
- font-weight: 500;
915
- margin-left: 20px;
916
- }
917
- .dvr-controls[data-dvr] .live-button::before {
918
- width: 10px;
919
- height: 10px;
920
- border-radius: 50%;
921
- margin-right: 8px;
922
- background-color: #cacaca;
923
589
  }[data-player] {
924
590
  --bottom-panel: 40px;
925
591
  }
@@ -1533,198 +1199,254 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1533
1199
  .media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
1534
1200
  padding-left: 8px;
1535
1201
  padding-right: 8px;
1536
- }*, :focus, :visited {
1537
- outline: none !important;
1202
+ }@charset "UTF-8";
1203
+ .media-control-clips {
1204
+ display: flex;
1205
+ gap: 6px;
1538
1206
  }
1539
-
1540
- .multicamera[data-multicamera] {
1541
- float: right;
1542
- margin-top: 4px;
1207
+ .media-control-clips .media-clip-text {
1208
+ text-overflow: ellipsis;
1209
+ white-space: nowrap;
1210
+ overflow: hidden;
1211
+ display: inline-block;
1212
+ text-overflow: ellipsis;
1213
+ color: white;
1214
+ cursor: default;
1215
+ line-height: var(--bottom-panel);
1543
1216
  position: relative;
1544
- margin-right: 20px;
1545
- width: 20px;
1546
1217
  }
1547
- .multicamera[data-multicamera] button {
1548
- background-color: transparent;
1549
- color: #fff;
1550
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1551
- -webkit-font-smoothing: antialiased;
1552
- border: none;
1218
+ .media-control-clips .media-clip-text::before {
1219
+ content: "•";
1220
+ padding-right: 6px;
1221
+ }
1222
+ .media-control-clips .media-clip-text {
1223
+ max-width: 100px;
1224
+ }div.player-error-screen, [data-player] div.player-error-screen {
1225
+ color: #CCCACA;
1226
+ position: absolute;
1227
+ top: 0;
1228
+ height: 100%;
1229
+ width: 100%;
1230
+ background-color: rgba(0, 0, 0, 0.7);
1231
+ z-index: 2000;
1232
+ display: flex;
1233
+ flex-direction: column;
1234
+ justify-content: center;
1235
+ }
1236
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1553
1237
  font-size: 14px;
1554
- padding: 0;
1238
+ color: #CCCACA;
1239
+ margin-top: 45px;
1555
1240
  }
1556
- .multicamera[data-multicamera] button svg {
1557
- height: 20px;
1558
- position: relative;
1559
- margin-top: 6px;
1241
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1242
+ font-weight: bold;
1243
+ line-height: 30px;
1244
+ font-size: 18px;
1560
1245
  }
1561
- .multicamera[data-multicamera] button:hover {
1562
- color: #c9c9c9;
1246
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1247
+ width: 90%;
1248
+ margin: 0 auto;
1563
1249
  }
1564
- .multicamera[data-multicamera] button.changing {
1565
- animation: pulse 0.5s infinite alternate;
1250
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1251
+ font-size: 13px;
1252
+ margin-top: 15px;
1566
1253
  }
1567
- .multicamera[data-multicamera] button span.quality-arrow {
1568
- width: 9px;
1569
- height: 6px;
1570
- margin-top: 11px;
1571
- margin-left: 5px;
1254
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1255
+ cursor: pointer;
1256
+ width: 30px;
1257
+ margin: 15px auto 0;
1258
+ }.context-menu {
1259
+ z-index: 999;
1260
+ position: absolute;
1261
+ top: 0;
1262
+ left: 0;
1263
+ text-align: center;
1572
1264
  }
1573
- .multicamera[data-multicamera] > ul {
1574
- padding: 6px 0;
1575
- right: -24px;
1576
- width: 245px;
1265
+ .context-menu .context-menu-list {
1266
+ font-family: "Proxima Nova", sans-serif;
1267
+ font-size: 12px;
1268
+ line-height: 12px;
1577
1269
  list-style-type: none;
1578
- position: absolute;
1579
- bottom: 48px;
1270
+ text-align: left;
1271
+ padding: 5px;
1272
+ margin-left: auto;
1273
+ margin-right: auto;
1274
+ background-color: rgba(0, 0, 0, 0.75);
1275
+ border: 1px solid #666;
1580
1276
  border-radius: 4px;
1581
- display: none;
1582
- background-color: rgba(74, 74, 74, 0.9);
1583
- }
1584
- .multicamera[data-multicamera] > ul::after {
1585
- content: "";
1586
- position: absolute;
1587
- top: 100%;
1588
- left: 85%;
1589
- margin-left: -10px;
1590
- width: 0;
1591
- height: 0;
1592
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1593
- border-right: 10px solid transparent;
1594
- border-left: 10px solid transparent;
1595
1277
  }
1596
- .multicamera[data-multicamera] li {
1597
- font-size: 10px;
1278
+ .context-menu .context-menu-list-item button {
1279
+ border: none;
1280
+ background-color: transparent;
1281
+ padding: 0;
1282
+ color: white;
1283
+ display: flex;
1284
+ gap: 8px;
1285
+ align-items: center;
1286
+ justify-content: center;
1598
1287
  cursor: pointer;
1288
+ padding: 5px;
1289
+ width: 100%;
1599
1290
  }
1600
- .multicamera[data-multicamera] li .multicamera-item {
1291
+ .context-menu .context-menu-list-item_icon {
1292
+ width: 20px;
1293
+ height: 20px;
1294
+ }.big-mute-icon-wrapper[data-big-mute] {
1295
+ position: absolute;
1296
+ z-index: 9998;
1297
+ background-color: transparent;
1601
1298
  display: flex;
1602
- padding: 10px 0;
1603
1299
  justify-content: center;
1604
- position: relative;
1605
- }
1606
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1607
- pointer-events: none;
1608
- }
1609
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1610
- opacity: 0.5;
1300
+ width: 100%;
1301
+ height: calc(100% - 50px);
1302
+ margin: 0 auto;
1303
+ opacity: 0.75;
1304
+ transition: opacity 0.1s ease;
1305
+ pointer-events: auto;
1611
1306
  }
1612
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1613
- opacity: 0.5;
1307
+ .big-mute-icon-wrapper[data-big-mute].hide {
1308
+ display: none;
1614
1309
  }
1615
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1616
- background-color: rgba(0, 0, 0, 0);
1310
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1311
+ cursor: pointer;
1617
1312
  }
1618
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1619
- background-color: rgba(0, 0, 0, 0.3);
1313
+
1314
+ .big-mute-icon[data-big-mute-icon] {
1315
+ display: flex;
1316
+ align-items: center;
1317
+ justify-content: center;
1318
+ align-self: center;
1319
+ width: 120px;
1320
+ height: 120px;
1321
+ border: 2px solid white;
1322
+ border-radius: 50%;
1323
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1324
+ filter: alpha(opacity=60);
1325
+ opacity: 1;
1326
+ box-shadow: 0 0 1px 0 white;
1327
+ background: rgba(240, 243, 247, 0.9411764706);
1328
+ z-index: 10000;
1620
1329
  }
1621
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1330
+ .big-mute-icon[data-big-mute-icon] svg {
1331
+ margin-left: 5px;
1622
1332
  width: 80px;
1623
- height: 60px;
1333
+ height: 80px;
1624
1334
  }
1625
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1626
- width: 80px;
1627
- height: 60px;
1335
+ .big-mute-icon[data-big-mute-icon] svg path {
1336
+ fill: #1f1e1e !important;
1628
1337
  }
1629
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1630
- width: 120px;
1631
- text-align: left;
1632
- margin-left: 15px;
1338
+ .big-mute-icon[data-big-mute-icon]:hover {
1339
+ background: rgba(240, 243, 247, 0.8784313725);
1633
1340
  }
1634
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1635
- width: 120px;
1341
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1342
+ fill: #151515 !important;
1343
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1344
+ order: 99;
1636
1345
  height: 20px;
1637
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1346
+ }
1347
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1348
+ position: absolute;
1349
+ right: 16px;
1350
+ bottom: 52px;
1351
+ width: 250px;
1352
+ min-height: 48px;
1353
+ z-index: 9999;
1354
+ border-radius: 4px;
1355
+ }
1356
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1357
+ padding: 8px 0;
1358
+ }
1359
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1360
+ margin: 0;
1361
+ text-align: left;
1362
+ line-height: 22px;
1363
+ padding: 5px 14px;
1364
+ width: 250px;
1365
+ font-size: 12px;
1366
+ display: flex;
1367
+ align-items: center;
1368
+ justify-content: flex-start;
1369
+ gap: 8px;
1370
+ }
1371
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
1372
+ flex: 24px 0 0;
1373
+ height: 24px;
1374
+ }
1375
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
1376
+ visibility: hidden;
1377
+ display: inline-block;
1378
+ }
1379
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
1380
+ flex: 0 1 100%;
1381
+ }
1382
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
1383
+ flex: 0 0 14px;
1384
+ height: 24px;
1385
+ }
1386
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
1387
+ flex: 1 0 auto;
1388
+ }*, :focus, :visited {
1389
+ outline: none !important;
1390
+ }
1391
+
1392
+ .gear-wrapper .go-back {
1393
+ font-weight: 600;
1638
1394
  font-size: 14px;
1639
- font-weight: normal;
1640
- font-style: normal;
1641
- font-stretch: normal;
1642
- line-height: 1.43;
1643
- letter-spacing: normal;
1395
+ line-height: 20px;
1396
+ width: 100%;
1644
1397
  text-align: left;
1645
- color: #fff;
1646
- text-overflow: ellipsis;
1647
- overflow: hidden;
1398
+ padding: 12px;
1648
1399
  }
1649
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1650
- opacity: 0.6;
1400
+ .gear-wrapper .go-back .arrow-left-icon {
1401
+ float: left;
1402
+ padding-top: 2px;
1403
+ padding-right: 2px;
1651
1404
  }
1652
- .multicamera[data-multicamera] li[data-title] {
1405
+ .gear-wrapper .go-back .arrow-left-icon svg {
1406
+ height: 16px;
1407
+ }
1408
+ .gear-wrapper ul.gear-sub-menu {
1409
+ width: 100%;
1410
+ list-style-type: none;
1411
+ min-width: 60px;
1412
+ border-top: 2px solid rgb(36, 36, 36);
1413
+ overflow-y: auto;
1414
+ }
1415
+ .gear-wrapper ul.gear-sub-menu li {
1416
+ font-size: 12px;
1417
+ text-align: left;
1418
+ }
1419
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
1653
1420
  background-color: #c3c2c2;
1654
1421
  padding: 5px;
1655
1422
  }
1656
- .multicamera[data-multicamera] li a {
1657
- color: #444;
1658
- padding: 2px 10px;
1423
+ .gear-wrapper ul.gear-sub-menu li a {
1659
1424
  display: block;
1660
1425
  text-decoration: none;
1426
+ height: 32px;
1427
+ padding: 5px 10px;
1428
+ line-height: 22px;
1429
+ color: #fffffe;
1661
1430
  }
1662
- .multicamera[data-multicamera] li a:hover {
1663
- background-color: #555;
1431
+ .gear-wrapper ul.gear-sub-menu li a:hover {
1664
1432
  color: white;
1433
+ background-color: rgba(0, 0, 0, 0.4);
1665
1434
  }
1666
- .multicamera[data-multicamera] li a:hover a {
1435
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
1667
1436
  color: white;
1668
1437
  text-decoration: none;
1669
1438
  }
1670
- .multicamera[data-multicamera] li.current a {
1671
- color: #f00;
1672
- }
1673
-
1674
- @keyframes pulse {
1675
- 0% {
1676
- color: #fff;
1677
- }
1678
- 50% {
1679
- color: #ff0101;
1680
- }
1681
- 100% {
1682
- color: #B80000;
1683
- }
1684
- }.spinner-three-bounce[data-spinner] {
1685
- position: absolute;
1686
- width: 70px;
1687
- text-align: center;
1688
- z-index: 999;
1689
- left: 0;
1690
- right: 0;
1691
- margin: 0 auto;
1692
- margin-left: auto;
1693
- margin-right: auto;
1694
- /* center vertically */
1695
- top: 50%;
1696
- transform: translateY(-50%);
1697
- }
1698
- .spinner-three-bounce[data-spinner] > div {
1699
- width: 18px;
1700
- height: 18px;
1701
- background-color: #FFF;
1702
- border-radius: 100%;
1703
- display: inline-block;
1704
- animation: bouncedelay 1.4s infinite ease-in-out;
1705
- /* Prevent first frame from flickering when animation starts */
1706
- animation-fill-mode: both;
1707
- }
1708
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1709
- animation-delay: -0.32s;
1710
- }
1711
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1712
- animation-delay: -0.16s;
1439
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
1440
+ width: 30px;
1441
+ height: 20px;
1442
+ float: left;
1443
+ display: block;
1713
1444
  }
1714
-
1715
- @keyframes bouncedelay {
1716
- 0%, 80%, 100% {
1717
- transform: scale(0);
1718
- }
1719
- 40% {
1720
- transform: scale(1);
1721
- }
1722
- }.quality-levels li.disabled {
1723
- opacity: 0.5;
1724
- pointer-events: none;
1445
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1446
+ display: none;
1725
1447
  }
1726
- .quality-levels li.current {
1727
- background-color: #000;
1448
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1449
+ display: inline;
1728
1450
  }.media-control-pip {
1729
1451
  order: 95;
1730
1452
  display: flex;
@@ -1734,40 +1456,92 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1734
1456
  }
1735
1457
  .media-control-pip button svg {
1736
1458
  height: 20px;
1737
- }.player-poster {
1738
- display: flex;
1739
- justify-content: center;
1740
- align-items: center;
1741
- position: absolute;
1742
- height: 100%;
1743
- width: 100%;
1744
- z-index: 998;
1745
- top: 0;
1746
- left: 0;
1747
- background-color: #000;
1748
- background-size: cover;
1749
- background-repeat: no-repeat;
1750
- background-position: 50% 50%;
1459
+ }.dvr-controls[data-dvr] {
1460
+ display: inline-block;
1461
+ color: var(--player-dvr-color);
1462
+ line-height: 32px;
1463
+ font-size: 10px;
1464
+ font-weight: bold;
1465
+ margin-left: 6px;
1466
+ height: 40px;
1467
+ line-height: 40px;
1468
+ margin-left: 0;
1751
1469
  }
1752
- .player-poster.clickable {
1470
+ .dvr-controls[data-dvr] .live-info {
1471
+ cursor: default;
1472
+ text-transform: uppercase;
1473
+ }
1474
+ .dvr-controls[data-dvr] .live-info:before {
1475
+ content: "";
1476
+ display: inline-block;
1477
+ position: relative;
1478
+ width: 7px;
1479
+ height: 7px;
1480
+ border-radius: 3.5px;
1481
+ margin-right: 3.5px;
1482
+ background-color: var(--player-live-color);
1483
+ }
1484
+ .dvr-controls[data-dvr] .live-info.disabled {
1485
+ opacity: 0.3;
1486
+ }
1487
+ .dvr-controls[data-dvr] .live-info.disabled:before {
1488
+ background-color: var(--player-dvr-color);
1489
+ }
1490
+ .dvr-controls[data-dvr] .live-button {
1753
1491
  cursor: pointer;
1492
+ outline: none;
1493
+ display: none;
1494
+ border: 0;
1495
+ color: var(--player-dvr-color);
1496
+ background-color: transparent;
1497
+ height: 32px;
1498
+ padding: 0;
1499
+ opacity: 0.7;
1500
+ text-transform: uppercase;
1501
+ transition: all 0.1s ease;
1754
1502
  }
1755
- .player-poster:hover .play-wrapper {
1503
+ .dvr-controls[data-dvr] .live-button:before {
1504
+ content: "";
1505
+ display: inline-block;
1506
+ position: relative;
1507
+ width: 7px;
1508
+ height: 7px;
1509
+ border-radius: 3.5px;
1510
+ margin-right: 3.5px;
1511
+ background-color: var(--player-dvr-color);
1512
+ }
1513
+ .dvr-controls[data-dvr] .live-button:hover {
1756
1514
  opacity: 1;
1515
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1757
1516
  }
1758
- .player-poster .play-wrapper {
1759
- width: 100%;
1760
- height: 25%;
1761
- margin: 0 auto;
1762
- opacity: 0.75;
1763
- transition: opacity 0.1s ease;
1517
+ .dvr-controls[data-dvr] .live-info {
1518
+ font-size: 14px;
1519
+ letter-spacing: 0.8px;
1520
+ font-weight: 500;
1521
+ color: #fffffe;
1522
+ margin-left: 21px;
1764
1523
  }
1765
- .player-poster .play-wrapper svg {
1766
- height: 100%;
1767
- display: inline;
1524
+ .dvr-controls[data-dvr] .live-info::before {
1525
+ width: 10px;
1526
+ height: 10px;
1527
+ border-radius: 50%;
1528
+ margin-right: 8px;
1529
+ background-color: #ed4f4a;
1768
1530
  }
1769
- .player-poster .play-wrapper svg path {
1770
- fill: #fff;
1531
+ .dvr-controls[data-dvr] .live-button {
1532
+ height: 40px;
1533
+ opacity: 1;
1534
+ font-size: 14px;
1535
+ letter-spacing: 0.8px;
1536
+ font-weight: 500;
1537
+ margin-left: 20px;
1538
+ }
1539
+ .dvr-controls[data-dvr] .live-button::before {
1540
+ width: 10px;
1541
+ height: 10px;
1542
+ border-radius: 50%;
1543
+ margin-right: 8px;
1544
+ background-color: #cacaca;
1771
1545
  }.seek-time {
1772
1546
  position: absolute;
1773
1547
  white-space: nowrap;
@@ -1801,89 +1575,198 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1801
1575
  .seek-time .seek-time__duration::before {
1802
1576
  content: "|";
1803
1577
  margin-right: 7px;
1804
- }.share_plugin[data-share] {
1805
- pointer-events: auto;
1806
- z-index: 5;
1807
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1578
+ }.quality-levels li.disabled {
1579
+ opacity: 0.5;
1580
+ pointer-events: none;
1808
1581
  }
1809
- .share_plugin[data-share].share-hide .share-button-container {
1810
- right: -50px;
1582
+ .quality-levels li.current {
1583
+ background-color: #000;
1584
+ }*, :focus, :visited {
1585
+ outline: none !important;
1811
1586
  }
1812
- .share_plugin[data-share] .share-button-container {
1813
- cursor: pointer;
1814
- width: 36px;
1815
- height: 36px;
1816
- background-color: rgba(74, 74, 74, 0.6);
1817
- border-radius: 4px;
1818
- position: absolute;
1819
- right: 10px;
1820
- top: 10px;
1821
- padding-top: 6px;
1822
- transition: all 0.3s ease-out;
1587
+
1588
+ .multicamera[data-multicamera] {
1589
+ float: right;
1590
+ margin-top: 4px;
1591
+ position: relative;
1592
+ margin-right: 20px;
1593
+ width: 20px;
1823
1594
  }
1824
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1595
+ .multicamera[data-multicamera] button {
1825
1596
  background-color: transparent;
1826
- border: 0;
1827
- margin: 0 6px;
1597
+ color: #fff;
1598
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1599
+ -webkit-font-smoothing: antialiased;
1600
+ border: none;
1601
+ font-size: 14px;
1828
1602
  padding: 0;
1829
- cursor: pointer;
1830
- display: inline-block;
1831
- width: 19px;
1603
+ }
1604
+ .multicamera[data-multicamera] button svg {
1832
1605
  height: 20px;
1606
+ position: relative;
1607
+ margin-top: 6px;
1833
1608
  }
1834
- .share_plugin[data-share] .share-container {
1835
- pointer-events: auto;
1609
+ .multicamera[data-multicamera] button:hover {
1610
+ color: #c9c9c9;
1611
+ }
1612
+ .multicamera[data-multicamera] button.changing {
1613
+ animation: pulse 0.5s infinite alternate;
1614
+ }
1615
+ .multicamera[data-multicamera] button span.quality-arrow {
1616
+ width: 9px;
1617
+ height: 6px;
1618
+ margin-top: 11px;
1619
+ margin-left: 5px;
1620
+ }
1621
+ .multicamera[data-multicamera] > ul {
1622
+ padding: 6px 0;
1623
+ right: -24px;
1624
+ width: 245px;
1625
+ list-style-type: none;
1836
1626
  position: absolute;
1837
- width: 280px;
1838
- background-color: white;
1839
- transform: translate(0, 50%);
1840
- transform: translate(-50%, -50%);
1841
- left: 50%;
1842
- /* margin-left: -140px; */
1843
- top: calc(50% - 20px);
1844
- /* margin-top: -170px; */
1627
+ bottom: 48px;
1628
+ border-radius: 4px;
1629
+ display: none;
1630
+ background-color: rgba(74, 74, 74, 0.9);
1845
1631
  }
1846
- .share_plugin[data-share] .share-container .share-container-header {
1632
+ .multicamera[data-multicamera] > ul::after {
1633
+ content: "";
1634
+ position: absolute;
1635
+ top: 100%;
1636
+ left: 85%;
1637
+ margin-left: -10px;
1638
+ width: 0;
1639
+ height: 0;
1640
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1641
+ border-right: 10px solid transparent;
1642
+ border-left: 10px solid transparent;
1643
+ }
1644
+ .multicamera[data-multicamera] li {
1645
+ font-size: 10px;
1646
+ cursor: pointer;
1647
+ }
1648
+ .multicamera[data-multicamera] li .multicamera-item {
1649
+ display: flex;
1650
+ padding: 10px 0;
1651
+ justify-content: center;
1652
+ position: relative;
1653
+ }
1654
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1655
+ pointer-events: none;
1656
+ }
1657
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1658
+ opacity: 0.5;
1659
+ }
1660
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1661
+ opacity: 0.5;
1662
+ }
1663
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1664
+ background-color: rgba(0, 0, 0, 0);
1665
+ }
1666
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1667
+ background-color: rgba(0, 0, 0, 0.3);
1668
+ }
1669
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1670
+ width: 80px;
1671
+ height: 60px;
1672
+ }
1673
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1674
+ width: 80px;
1675
+ height: 60px;
1676
+ }
1677
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1678
+ width: 120px;
1847
1679
  text-align: left;
1848
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1680
+ margin-left: 15px;
1849
1681
  }
1850
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1851
- display: inline-block;
1852
- font-size: 16px;
1853
- margin: 5px;
1682
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1683
+ width: 120px;
1684
+ height: 20px;
1685
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1686
+ font-size: 14px;
1687
+ font-weight: normal;
1688
+ font-style: normal;
1689
+ font-stretch: normal;
1690
+ line-height: 1.43;
1691
+ letter-spacing: normal;
1692
+ text-align: left;
1693
+ color: #fff;
1694
+ text-overflow: ellipsis;
1695
+ overflow: hidden;
1854
1696
  }
1855
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1856
- display: inline-block;
1857
- width: 24px;
1858
- float: right;
1859
- margin: 5px;
1860
- cursor: pointer;
1697
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1698
+ opacity: 0.6;
1699
+ }
1700
+ .multicamera[data-multicamera] li[data-title] {
1701
+ background-color: #c3c2c2;
1702
+ padding: 5px;
1703
+ }
1704
+ .multicamera[data-multicamera] li a {
1705
+ color: #444;
1706
+ padding: 2px 10px;
1707
+ display: block;
1708
+ text-decoration: none;
1861
1709
  }
1862
- .share_plugin[data-share] .share-container .share-container-main {
1863
- margin-bottom: 8px;
1710
+ .multicamera[data-multicamera] li a:hover {
1711
+ background-color: #555;
1712
+ color: white;
1864
1713
  }
1865
- .share_plugin[data-share] .share-container .share-container-main > div {
1866
- text-align: left;
1867
- font-size: 14px;
1868
- padding: 5px;
1714
+ .multicamera[data-multicamera] li a:hover a {
1715
+ color: white;
1716
+ text-decoration: none;
1869
1717
  }
1870
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1871
- overflow: hidden;
1872
- text-overflow: ellipsis;
1873
- color: #818181;
1874
- border: solid 1px #d3d3d3;
1875
- width: calc(100% - 10px);
1876
- padding: 5px;
1718
+ .multicamera[data-multicamera] li.current a {
1719
+ color: #f00;
1877
1720
  }
1878
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1879
- max-height: 90px;
1880
- resize: none;
1721
+
1722
+ @keyframes pulse {
1723
+ 0% {
1724
+ color: #fff;
1725
+ }
1726
+ 50% {
1727
+ color: #ff0101;
1728
+ }
1729
+ 100% {
1730
+ color: #B80000;
1731
+ }
1732
+ }.spinner-three-bounce[data-spinner] {
1733
+ position: absolute;
1734
+ width: 70px;
1735
+ text-align: center;
1736
+ z-index: 999;
1737
+ left: 0;
1738
+ right: 0;
1739
+ margin: 0 auto;
1740
+ margin-left: auto;
1741
+ margin-right: auto;
1742
+ /* center vertically */
1743
+ top: 50%;
1744
+ transform: translateY(-50%);
1881
1745
  }
1882
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1883
- width: 32px;
1746
+ .spinner-three-bounce[data-spinner] > div {
1747
+ width: 18px;
1748
+ height: 18px;
1749
+ background-color: #FFF;
1750
+ border-radius: 100%;
1884
1751
  display: inline-block;
1885
- margin-right: 5px;
1886
- cursor: pointer;
1752
+ animation: bouncedelay 1.4s infinite ease-in-out;
1753
+ /* Prevent first frame from flickering when animation starts */
1754
+ animation-fill-mode: both;
1755
+ }
1756
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1757
+ animation-delay: -0.32s;
1758
+ }
1759
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1760
+ animation-delay: -0.16s;
1761
+ }
1762
+
1763
+ @keyframes bouncedelay {
1764
+ 0%, 80%, 100% {
1765
+ transform: scale(0);
1766
+ }
1767
+ 40% {
1768
+ transform: scale(1);
1769
+ }
1887
1770
  }*,
1888
1771
  :focus,
1889
1772
  :visited {
@@ -1957,36 +1840,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1957
1840
  .ios-fullscreen::cue {
1958
1841
  visibility: visible !important;
1959
1842
  font-size: 1em !important;
1960
- }.container-with-poster-clickable .mc-skip-time {
1961
- height: 0;
1962
- }
1963
-
1964
- .mc-skip-time {
1965
- position: absolute;
1966
- width: 100%;
1967
- height: calc(100% - 50px);
1968
- z-index: 9998;
1969
- background-color: transparent;
1970
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1971
- }
1972
- .mc-skip-time .skip-container {
1973
- width: 100%;
1974
- height: 100%;
1975
- display: flex;
1976
- justify-content: space-between;
1977
- }
1978
- .mc-skip-time .skip-container .skip-item {
1979
- flex: 1 0 0px;
1980
- height: 100%;
1981
- }.player-logo[data-logo] {
1982
- position: absolute;
1983
- z-index: 2;
1984
- width: 100%;
1985
- height: 100%;
1986
- }
1987
-
1988
- .clappr-logo {
1989
- position: absolute;
1990
1843
  }.scrub-thumbnails {
1991
1844
  position: absolute;
1992
1845
  bottom: 52px;
@@ -2050,4 +1903,151 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2050
1903
  }
2051
1904
  .scrub-thumbnails .backdrop .carousel img {
2052
1905
  width: auto;
1906
+ }.share_plugin[data-share] {
1907
+ pointer-events: auto;
1908
+ z-index: 5;
1909
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1910
+ }
1911
+ .share_plugin[data-share].share-hide .share-button-container {
1912
+ right: -50px;
1913
+ }
1914
+ .share_plugin[data-share] .share-button-container {
1915
+ cursor: pointer;
1916
+ width: 36px;
1917
+ height: 36px;
1918
+ background-color: rgba(74, 74, 74, 0.6);
1919
+ border-radius: 4px;
1920
+ position: absolute;
1921
+ right: 10px;
1922
+ top: 10px;
1923
+ padding-top: 6px;
1924
+ transition: all 0.3s ease-out;
1925
+ }
1926
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1927
+ background-color: transparent;
1928
+ border: 0;
1929
+ margin: 0 6px;
1930
+ padding: 0;
1931
+ cursor: pointer;
1932
+ display: inline-block;
1933
+ width: 19px;
1934
+ height: 20px;
1935
+ }
1936
+ .share_plugin[data-share] .share-container {
1937
+ pointer-events: auto;
1938
+ position: absolute;
1939
+ width: 280px;
1940
+ background-color: white;
1941
+ transform: translate(0, 50%);
1942
+ transform: translate(-50%, -50%);
1943
+ left: 50%;
1944
+ /* margin-left: -140px; */
1945
+ top: calc(50% - 20px);
1946
+ /* margin-top: -170px; */
1947
+ }
1948
+ .share_plugin[data-share] .share-container .share-container-header {
1949
+ text-align: left;
1950
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1951
+ }
1952
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1953
+ display: inline-block;
1954
+ font-size: 16px;
1955
+ margin: 5px;
1956
+ }
1957
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1958
+ display: inline-block;
1959
+ width: 24px;
1960
+ float: right;
1961
+ margin: 5px;
1962
+ cursor: pointer;
1963
+ }
1964
+ .share_plugin[data-share] .share-container .share-container-main {
1965
+ margin-bottom: 8px;
1966
+ }
1967
+ .share_plugin[data-share] .share-container .share-container-main > div {
1968
+ text-align: left;
1969
+ font-size: 14px;
1970
+ padding: 5px;
1971
+ }
1972
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1973
+ overflow: hidden;
1974
+ text-overflow: ellipsis;
1975
+ color: #818181;
1976
+ border: solid 1px #d3d3d3;
1977
+ width: calc(100% - 10px);
1978
+ padding: 5px;
1979
+ }
1980
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1981
+ max-height: 90px;
1982
+ resize: none;
1983
+ }
1984
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1985
+ width: 32px;
1986
+ display: inline-block;
1987
+ margin-right: 5px;
1988
+ cursor: pointer;
1989
+ }.container-with-poster-clickable .mc-skip-time {
1990
+ height: 0;
1991
+ }
1992
+
1993
+ .mc-skip-time {
1994
+ position: absolute;
1995
+ width: 100%;
1996
+ height: calc(100% - 50px);
1997
+ z-index: 9998;
1998
+ background-color: transparent;
1999
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2000
+ }
2001
+ .mc-skip-time .skip-container {
2002
+ width: 100%;
2003
+ height: 100%;
2004
+ display: flex;
2005
+ justify-content: space-between;
2006
+ }
2007
+ .mc-skip-time .skip-container .skip-item {
2008
+ flex: 1 0 0px;
2009
+ height: 100%;
2010
+ }.player-logo[data-logo] {
2011
+ position: absolute;
2012
+ z-index: 2;
2013
+ width: 100%;
2014
+ height: 100%;
2015
+ }
2016
+
2017
+ .clappr-logo {
2018
+ position: absolute;
2019
+ }.player-poster {
2020
+ display: flex;
2021
+ justify-content: center;
2022
+ align-items: center;
2023
+ position: absolute;
2024
+ height: 100%;
2025
+ width: 100%;
2026
+ z-index: 998;
2027
+ top: 0;
2028
+ left: 0;
2029
+ background-color: #000;
2030
+ background-size: cover;
2031
+ background-repeat: no-repeat;
2032
+ background-position: 50% 50%;
2033
+ }
2034
+ .player-poster.clickable {
2035
+ cursor: pointer;
2036
+ }
2037
+ .player-poster:hover .play-wrapper {
2038
+ opacity: 1;
2039
+ }
2040
+ .player-poster .play-wrapper {
2041
+ width: 100%;
2042
+ height: 25%;
2043
+ margin: 0 auto;
2044
+ opacity: 0.75;
2045
+ transition: opacity 0.1s ease;
2046
+ }
2047
+ .player-poster .play-wrapper svg {
2048
+ height: 100%;
2049
+ display: inline;
2050
+ }
2051
+ .player-poster .play-wrapper svg path {
2052
+ fill: #fff;
2053
2053
  }