@gcorevideo/player 2.20.16 → 2.20.17

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
@@ -259,8 +259,6 @@
259
259
  100% {
260
260
  color: #B80000;
261
261
  }
262
- }.clips.bar-container[data-seekbar] {
263
- clip-path: url("#myClip");
264
262
  }.big-mute-icon-wrapper[data-big-mute] {
265
263
  position: absolute;
266
264
  z-index: 9998;
@@ -310,64 +308,6 @@
310
308
  }
311
309
  .big-mute-icon[data-big-mute-icon]:hover svg path {
312
310
  fill: #151515 !important;
313
- }.context-menu {
314
- z-index: 999;
315
- position: absolute;
316
- top: 0;
317
- left: 0;
318
- text-align: center;
319
- }
320
- .context-menu .context-menu-list {
321
- font-family: "Proxima Nova", sans-serif;
322
- font-size: 12px;
323
- line-height: 12px;
324
- list-style-type: none;
325
- text-align: left;
326
- padding: 5px;
327
- margin-left: auto;
328
- margin-right: auto;
329
- background-color: rgba(0, 0, 0, 0.75);
330
- border: 1px solid #666;
331
- border-radius: 4px;
332
- }
333
- .context-menu .context-menu-list .context-menu-list-item {
334
- color: white;
335
- padding: 5px;
336
- cursor: pointer;
337
- }div.player-error-screen, [data-player] div.player-error-screen {
338
- color: #CCCACA;
339
- position: absolute;
340
- top: 0;
341
- height: 100%;
342
- width: 100%;
343
- background-color: rgba(0, 0, 0, 0.7);
344
- z-index: 2000;
345
- display: flex;
346
- flex-direction: column;
347
- justify-content: center;
348
- }
349
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
350
- font-size: 14px;
351
- color: #CCCACA;
352
- margin-top: 45px;
353
- }
354
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
355
- font-weight: bold;
356
- line-height: 30px;
357
- font-size: 18px;
358
- }
359
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
360
- width: 90%;
361
- margin: 0 auto;
362
- }
363
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
364
- font-size: 13px;
365
- margin-top: 15px;
366
- }
367
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
368
- cursor: pointer;
369
- width: 30px;
370
- margin: 15px auto 0;
371
311
  }:root {
372
312
  --primary-background-color: #000;
373
313
  --secondary-background-color: #262626;
@@ -750,130 +690,584 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
750
690
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
751
691
  width: 25%;
752
692
  }
753
- }.seek-time[data-seek-time] {
754
- position: absolute;
755
- white-space: nowrap;
693
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
694
+ float: right;
695
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
696
+ }
697
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
698
+ height: 40px;
699
+ width: 40px;
700
+ padding-right: 20px;
701
+ }
702
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
756
703
  height: 20px;
757
- line-height: 20px;
758
- font-size: 0;
759
- left: -100%;
760
- bottom: 55px;
761
- background-color: rgba(2, 2, 2, 0.5);
762
- z-index: 9999;
763
- transition: opacity 0.1s ease;
764
704
  }
765
- .seek-time[data-seek-time].hidden[data-seek-time] {
766
- opacity: 0;
705
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
706
+ position: absolute;
707
+ right: 16px;
708
+ bottom: 52px;
709
+ display: none;
710
+ width: 250px;
711
+ min-height: 48px;
712
+ z-index: 9999;
713
+ border-radius: 4px;
767
714
  }
768
- .seek-time[data-seek-time] [data-seek-time] {
769
- display: inline-block;
770
- color: white;
771
- font-size: 10px;
772
- padding-left: 7px;
773
- padding-right: 7px;
774
- vertical-align: top;
715
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
716
+ padding: 8px 0;
775
717
  }
776
- .seek-time[data-seek-time] [data-duration] {
777
- display: inline-block;
778
- color: rgba(255, 255, 255, 0.5);
779
- font-size: 10px;
780
- padding-right: 7px;
781
- vertical-align: top;
718
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
719
+ float: left;
720
+ margin-right: 10px;
782
721
  }
783
- .seek-time[data-seek-time] [data-duration]::before {
784
- content: "|";
785
- margin-right: 7px;
786
- }[data-player] {
787
- --bottom-panel: 40px;
722
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
723
+ margin: 0;
724
+ text-align: left;
725
+ line-height: 22px;
726
+ padding: 5px 14px;
727
+ width: 250px;
728
+ font-size: 12px;
788
729
  }
789
-
790
- .container .media-control-notransition {
791
- transition: none !important;
730
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
731
+ float: right;
732
+ margin-right: -14px;
792
733
  }
793
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
794
- opacity: 1;
734
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
735
+ float: right;
736
+ margin-right: 8px;
795
737
  }
796
- .container.crop-video [data-html5-video] {
797
- object-fit: cover;
738
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
739
+ height: 20px;
740
+ }*, :focus, :visited {
741
+ outline: none !important;
798
742
  }
799
- .container .subtitle-string {
800
- position: absolute;
801
- bottom: calc(var(--bottom-panel) + 5px);
743
+
744
+ .gear-wrapper .go-back {
745
+ font-weight: 600;
746
+ font-size: 14px;
747
+ line-height: 20px;
802
748
  width: 100%;
749
+ text-align: left;
750
+ padding: 12px;
803
751
  }
804
- .container .subtitle-string p {
805
- width: auto;
806
- background-color: rgba(0, 0, 0, 0.4);
807
- color: white;
808
- display: inline-block;
752
+ .gear-wrapper .go-back .arrow-left-icon {
753
+ float: left;
754
+ padding-top: 2px;
755
+ padding-right: 2px;
809
756
  }
810
- .container .circle-poster[data-poster] {
811
- top: 50%;
812
- margin-top: -60px;
813
- left: 50%;
814
- margin-left: -60px;
815
- position: absolute;
816
- width: 120px;
817
- height: 120px;
818
- border: 2px solid white;
819
- border-radius: 50%;
820
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
821
- filter: alpha(opacity=60);
822
- opacity: 1;
823
- box-shadow: 0 0 1px 0 white;
757
+ .gear-wrapper .go-back .arrow-left-icon svg {
758
+ height: 16px;
824
759
  }
825
- .container .circle-poster[data-poster] svg {
826
- margin-left: 5px;
827
- width: 80px;
828
- height: 80px;
760
+ .gear-wrapper ul.gear-sub-menu {
761
+ width: 100%;
762
+ list-style-type: none;
763
+ background-color: transparent;
764
+ min-width: 60px;
765
+ border-top: 2px solid rgb(36, 36, 36);
829
766
  }
830
- .container .spinner-three-bounce[data-spinner] > div {
831
- background-color: #ff5700;
767
+ .gear-wrapper ul.gear-sub-menu li {
768
+ font-size: 12px;
769
+ text-align: left;
832
770
  }
833
-
834
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-quality,
835
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-audio-tracks {
836
- display: none;
771
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
772
+ background-color: #c3c2c2;
773
+ padding: 5px;
837
774
  }
838
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
839
- transform: rotate(270deg);
840
- float: none;
775
+ .gear-wrapper ul.gear-sub-menu li a {
841
776
  display: block;
842
- position: absolute;
843
- /* bottom: 12px; */
844
- margin: 0;
845
- top: -40px;
846
- padding: 0;
847
- /* right: 20px; */
848
- margin-left: -32px;
849
- margin-top: -3px;
850
- width: 80px;
851
- /* padding-left: 12px; */
777
+ text-decoration: none;
778
+ height: 32px;
779
+ padding: 5px 10px;
780
+ line-height: 22px;
781
+ color: #fffffe;
852
782
  }
853
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
854
- position: absolute;
855
- width: 100%;
856
- height: 100%;
857
- left: -5px;
783
+ .gear-wrapper ul.gear-sub-menu li a:hover {
784
+ color: white;
785
+ background-color: rgba(0, 0, 0, 0.4);
858
786
  }
859
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
860
- display: none;
787
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
788
+ color: white;
789
+ text-decoration: none;
861
790
  }
862
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
863
- margin-left: 11px;
864
- top: 7px;
865
- width: 80px;
791
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
792
+ width: 30px;
793
+ height: 20px;
794
+ float: left;
795
+ display: block;
866
796
  }
867
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
868
- margin-left: 11px;
869
- top: 1px;
797
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
798
+ display: none;
870
799
  }
871
-
872
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] {
873
- width: 28px;
800
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
801
+ display: inline;
874
802
  }
875
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] svg {
876
- height: 17px;
803
+ .gear-wrapper svg {
804
+ height: 20px;
805
+ }.context-menu {
806
+ z-index: 999;
807
+ position: absolute;
808
+ top: 0;
809
+ left: 0;
810
+ text-align: center;
811
+ }
812
+ .context-menu .context-menu-list {
813
+ font-family: "Proxima Nova", sans-serif;
814
+ font-size: 12px;
815
+ line-height: 12px;
816
+ list-style-type: none;
817
+ text-align: left;
818
+ padding: 5px;
819
+ margin-left: auto;
820
+ margin-right: auto;
821
+ background-color: rgba(0, 0, 0, 0.75);
822
+ border: 1px solid #666;
823
+ border-radius: 4px;
824
+ }
825
+ .context-menu .context-menu-list .context-menu-list-item {
826
+ color: white;
827
+ padding: 5px;
828
+ cursor: pointer;
829
+ }div.player-error-screen, [data-player] div.player-error-screen {
830
+ color: #CCCACA;
831
+ position: absolute;
832
+ top: 0;
833
+ height: 100%;
834
+ width: 100%;
835
+ background-color: rgba(0, 0, 0, 0.7);
836
+ z-index: 2000;
837
+ display: flex;
838
+ flex-direction: column;
839
+ justify-content: center;
840
+ }
841
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
842
+ font-size: 14px;
843
+ color: #CCCACA;
844
+ margin-top: 45px;
845
+ }
846
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
847
+ font-weight: bold;
848
+ line-height: 30px;
849
+ font-size: 18px;
850
+ }
851
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
852
+ width: 90%;
853
+ margin: 0 auto;
854
+ }
855
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
856
+ font-size: 13px;
857
+ margin-top: 15px;
858
+ }
859
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
860
+ cursor: pointer;
861
+ width: 30px;
862
+ margin: 15px auto 0;
863
+ }.dvr-controls[data-dvr-controls] {
864
+ display: inline-block;
865
+ float: left;
866
+ color: #fff;
867
+ line-height: 32px;
868
+ font-size: 10px;
869
+ font-weight: bold;
870
+ margin-left: 6px;
871
+ height: 40px;
872
+ line-height: 40px;
873
+ margin-left: 0;
874
+ }
875
+ .dvr-controls[data-dvr-controls] .live-info {
876
+ cursor: default;
877
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
878
+ text-transform: uppercase;
879
+ }
880
+ .dvr-controls[data-dvr-controls] .live-info:before {
881
+ content: "";
882
+ display: inline-block;
883
+ position: relative;
884
+ width: 7px;
885
+ height: 7px;
886
+ border-radius: 3.5px;
887
+ margin-right: 3.5px;
888
+ background-color: #ff0101;
889
+ }
890
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
891
+ opacity: 0.3;
892
+ }
893
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
894
+ background-color: #fff;
895
+ }
896
+ .dvr-controls[data-dvr-controls] .live-button {
897
+ cursor: pointer;
898
+ outline: none;
899
+ display: none;
900
+ border: 0;
901
+ color: #fff;
902
+ background-color: transparent;
903
+ height: 32px;
904
+ padding: 0;
905
+ opacity: 0.7;
906
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
907
+ text-transform: uppercase;
908
+ transition: all 0.1s ease;
909
+ }
910
+ .dvr-controls[data-dvr-controls] .live-button:before {
911
+ content: "";
912
+ display: inline-block;
913
+ position: relative;
914
+ width: 7px;
915
+ height: 7px;
916
+ border-radius: 3.5px;
917
+ margin-right: 3.5px;
918
+ background-color: #fff;
919
+ }
920
+ .dvr-controls[data-dvr-controls] .live-button:hover {
921
+ opacity: 1;
922
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
923
+ }
924
+ .dvr-controls[data-dvr-controls] .live-info {
925
+ font-size: 14px;
926
+ letter-spacing: 0.8px;
927
+ font-weight: 500;
928
+ color: #fffffe;
929
+ margin-left: 21px;
930
+ }
931
+ .dvr-controls[data-dvr-controls] .live-info::before {
932
+ width: 10px;
933
+ height: 10px;
934
+ border-radius: 50%;
935
+ margin-right: 8px;
936
+ background-color: #ed4f4a;
937
+ }
938
+ .dvr-controls[data-dvr-controls] .live-button {
939
+ height: 40px;
940
+ opacity: 1;
941
+ font-size: 14px;
942
+ letter-spacing: 0.8px;
943
+ font-weight: 500;
944
+ margin-left: 20px;
945
+ }
946
+ .dvr-controls[data-dvr-controls] .live-button::before {
947
+ width: 10px;
948
+ height: 10px;
949
+ border-radius: 50%;
950
+ margin-right: 8px;
951
+ background-color: #cacaca;
952
+ }
953
+
954
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
955
+ display: none;
956
+ }
957
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
958
+ display: block;
959
+ }
960
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
961
+ background-color: #005aff;
962
+ }
963
+
964
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
965
+ background-color: #ff0101;
966
+ }*, :focus, :visited {
967
+ outline: none !important;
968
+ }
969
+
970
+ .multicamera[data-multicamera] {
971
+ float: right;
972
+ margin-top: 4px;
973
+ position: relative;
974
+ margin-right: 20px;
975
+ width: 20px;
976
+ }
977
+ .multicamera[data-multicamera] button {
978
+ background-color: transparent;
979
+ color: #fff;
980
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
981
+ -webkit-font-smoothing: antialiased;
982
+ border: none;
983
+ font-size: 14px;
984
+ padding: 0;
985
+ }
986
+ .multicamera[data-multicamera] button svg {
987
+ height: 20px;
988
+ position: relative;
989
+ margin-top: 6px;
990
+ }
991
+ .multicamera[data-multicamera] button:hover {
992
+ color: #c9c9c9;
993
+ }
994
+ .multicamera[data-multicamera] button.changing {
995
+ animation: pulse 0.5s infinite alternate;
996
+ }
997
+ .multicamera[data-multicamera] button span.quality-arrow {
998
+ width: 9px;
999
+ height: 6px;
1000
+ margin-top: 11px;
1001
+ margin-left: 5px;
1002
+ }
1003
+ .multicamera[data-multicamera] > ul {
1004
+ padding: 6px 0;
1005
+ right: -24px;
1006
+ width: 245px;
1007
+ list-style-type: none;
1008
+ position: absolute;
1009
+ bottom: 48px;
1010
+ border-radius: 4px;
1011
+ display: none;
1012
+ background-color: rgba(74, 74, 74, 0.9);
1013
+ }
1014
+ .multicamera[data-multicamera] > ul::after {
1015
+ content: "";
1016
+ position: absolute;
1017
+ top: 100%;
1018
+ left: 85%;
1019
+ margin-left: -10px;
1020
+ width: 0;
1021
+ height: 0;
1022
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1023
+ border-right: 10px solid transparent;
1024
+ border-left: 10px solid transparent;
1025
+ }
1026
+ .multicamera[data-multicamera] li {
1027
+ font-size: 10px;
1028
+ cursor: pointer;
1029
+ }
1030
+ .multicamera[data-multicamera] li .multicamera-item {
1031
+ display: flex;
1032
+ padding: 10px 0;
1033
+ justify-content: center;
1034
+ position: relative;
1035
+ }
1036
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1037
+ pointer-events: none;
1038
+ }
1039
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1040
+ opacity: 0.5;
1041
+ }
1042
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1043
+ opacity: 0.5;
1044
+ }
1045
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1046
+ background-color: rgba(0, 0, 0, 0);
1047
+ }
1048
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1049
+ background-color: rgba(0, 0, 0, 0.3);
1050
+ }
1051
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1052
+ width: 80px;
1053
+ height: 60px;
1054
+ }
1055
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1056
+ width: 80px;
1057
+ height: 60px;
1058
+ }
1059
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1060
+ width: 120px;
1061
+ text-align: left;
1062
+ margin-left: 15px;
1063
+ }
1064
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1065
+ width: 120px;
1066
+ height: 20px;
1067
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1068
+ font-size: 14px;
1069
+ font-weight: normal;
1070
+ font-style: normal;
1071
+ font-stretch: normal;
1072
+ line-height: 1.43;
1073
+ letter-spacing: normal;
1074
+ text-align: left;
1075
+ color: #fff;
1076
+ text-overflow: ellipsis;
1077
+ overflow: hidden;
1078
+ }
1079
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1080
+ opacity: 0.6;
1081
+ }
1082
+ .multicamera[data-multicamera] li[data-title] {
1083
+ background-color: #c3c2c2;
1084
+ padding: 5px;
1085
+ }
1086
+ .multicamera[data-multicamera] li a {
1087
+ color: #444;
1088
+ padding: 2px 10px;
1089
+ display: block;
1090
+ text-decoration: none;
1091
+ }
1092
+ .multicamera[data-multicamera] li a:hover {
1093
+ background-color: #555;
1094
+ color: white;
1095
+ }
1096
+ .multicamera[data-multicamera] li a:hover a {
1097
+ color: white;
1098
+ text-decoration: none;
1099
+ }
1100
+ .multicamera[data-multicamera] li.current a {
1101
+ color: #f00;
1102
+ }
1103
+
1104
+ @keyframes pulse {
1105
+ 0% {
1106
+ color: #fff;
1107
+ }
1108
+ 50% {
1109
+ color: #ff0101;
1110
+ }
1111
+ 100% {
1112
+ color: #B80000;
1113
+ }
1114
+ }.level-disabled {
1115
+ opacity: 0.5;
1116
+ pointer-events: none;
1117
+ }.media-control-pip button {
1118
+ float: right;
1119
+ height: 40px;
1120
+ margin-right: 20px;
1121
+ }
1122
+ .media-control-pip button svg {
1123
+ height: 20px;
1124
+ }.clips.bar-container[data-seekbar] {
1125
+ clip-path: url("#myClip");
1126
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1127
+ height: 0;
1128
+ }
1129
+
1130
+ .skip_time_plugin[data-skip-time] {
1131
+ position: absolute;
1132
+ width: 100%;
1133
+ height: calc(100% - 50px);
1134
+ z-index: 9998;
1135
+ background-color: transparent;
1136
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1137
+ }
1138
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1139
+ width: 100%;
1140
+ height: 100%;
1141
+ display: flex;
1142
+ justify-content: space-between;
1143
+ }
1144
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1145
+ width: 33.3%;
1146
+ height: 100%;
1147
+ }.seek-time[data-seek-time] {
1148
+ position: absolute;
1149
+ white-space: nowrap;
1150
+ height: 20px;
1151
+ line-height: 20px;
1152
+ font-size: 0;
1153
+ left: -100%;
1154
+ bottom: 55px;
1155
+ background-color: rgba(2, 2, 2, 0.5);
1156
+ z-index: 9999;
1157
+ transition: opacity 0.1s ease;
1158
+ }
1159
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1160
+ opacity: 0;
1161
+ }
1162
+ .seek-time[data-seek-time] [data-seek-time] {
1163
+ display: inline-block;
1164
+ color: white;
1165
+ font-size: 10px;
1166
+ padding-left: 7px;
1167
+ padding-right: 7px;
1168
+ vertical-align: top;
1169
+ }
1170
+ .seek-time[data-seek-time] [data-duration] {
1171
+ display: inline-block;
1172
+ color: rgba(255, 255, 255, 0.5);
1173
+ font-size: 10px;
1174
+ padding-right: 7px;
1175
+ vertical-align: top;
1176
+ }
1177
+ .seek-time[data-seek-time] [data-duration]::before {
1178
+ content: "|";
1179
+ margin-right: 7px;
1180
+ }[data-player] {
1181
+ --bottom-panel: 40px;
1182
+ }
1183
+
1184
+ .container .media-control-notransition {
1185
+ transition: none !important;
1186
+ }
1187
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
1188
+ opacity: 1;
1189
+ }
1190
+ .container.crop-video [data-html5-video] {
1191
+ object-fit: cover;
1192
+ }
1193
+ .container .subtitle-string {
1194
+ position: absolute;
1195
+ bottom: calc(var(--bottom-panel) + 5px);
1196
+ width: 100%;
1197
+ }
1198
+ .container .subtitle-string p {
1199
+ width: auto;
1200
+ background-color: rgba(0, 0, 0, 0.4);
1201
+ color: white;
1202
+ display: inline-block;
1203
+ }
1204
+ .container .circle-poster[data-poster] {
1205
+ top: 50%;
1206
+ margin-top: -60px;
1207
+ left: 50%;
1208
+ margin-left: -60px;
1209
+ position: absolute;
1210
+ width: 120px;
1211
+ height: 120px;
1212
+ border: 2px solid white;
1213
+ border-radius: 50%;
1214
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1215
+ filter: alpha(opacity=60);
1216
+ opacity: 1;
1217
+ box-shadow: 0 0 1px 0 white;
1218
+ }
1219
+ .container .circle-poster[data-poster] svg {
1220
+ margin-left: 5px;
1221
+ width: 80px;
1222
+ height: 80px;
1223
+ }
1224
+ .container .spinner-three-bounce[data-spinner] > div {
1225
+ background-color: #ff5700;
1226
+ }
1227
+
1228
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-quality,
1229
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-audio-tracks {
1230
+ display: none;
1231
+ }
1232
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1233
+ transform: rotate(270deg);
1234
+ float: none;
1235
+ display: block;
1236
+ position: absolute;
1237
+ /* bottom: 12px; */
1238
+ margin: 0;
1239
+ top: -40px;
1240
+ padding: 0;
1241
+ /* right: 20px; */
1242
+ margin-left: -32px;
1243
+ margin-top: -3px;
1244
+ width: 80px;
1245
+ /* padding-left: 12px; */
1246
+ }
1247
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
1248
+ position: absolute;
1249
+ width: 100%;
1250
+ height: 100%;
1251
+ left: -5px;
1252
+ }
1253
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
1254
+ display: none;
1255
+ }
1256
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
1257
+ margin-left: 11px;
1258
+ top: 7px;
1259
+ width: 80px;
1260
+ }
1261
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
1262
+ margin-left: 11px;
1263
+ top: 1px;
1264
+ }
1265
+
1266
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] {
1267
+ width: 28px;
1268
+ }
1269
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] svg {
1270
+ height: 17px;
877
1271
  }
878
1272
  .media-control-skin-1[data-media-control-skin-1].w370 .share_plugin[data-share] .share-container {
879
1273
  top: calc(50% - 150px);
@@ -1458,221 +1852,67 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1458
1852
  }
1459
1853
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1460
1854
  display: none !important;
1461
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1462
- float: right;
1463
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1464
- }
1465
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
1466
- height: 40px;
1467
- width: 40px;
1468
- padding-right: 20px;
1469
- }
1470
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
1471
- height: 20px;
1472
- }
1473
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1855
+ }.scrub-thumbnails {
1474
1856
  position: absolute;
1475
- right: 16px;
1476
1857
  bottom: 52px;
1477
- display: none;
1478
- width: 250px;
1479
- min-height: 48px;
1480
- z-index: 9999;
1481
- border-radius: 4px;
1482
- }
1483
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1484
- padding: 8px 0;
1485
- }
1486
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
1487
- float: left;
1488
- margin-right: 10px;
1489
- }
1490
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1491
- margin: 0;
1492
- text-align: left;
1493
- line-height: 22px;
1494
- padding: 5px 14px;
1495
- width: 250px;
1496
- font-size: 12px;
1497
- }
1498
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
1499
- float: right;
1500
- margin-right: -14px;
1501
- }
1502
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
1503
- float: right;
1504
- margin-right: 8px;
1505
- }
1506
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
1507
- height: 20px;
1508
- }*, :focus, :visited {
1509
- outline: none !important;
1510
- }
1511
-
1512
- .gear-wrapper .go-back {
1513
- font-weight: 600;
1514
- font-size: 14px;
1515
- line-height: 20px;
1516
- width: 100%;
1517
- text-align: left;
1518
- padding: 12px;
1519
- }
1520
- .gear-wrapper .go-back .arrow-left-icon {
1521
- float: left;
1522
- padding-top: 2px;
1523
- padding-right: 2px;
1524
- }
1525
- .gear-wrapper .go-back .arrow-left-icon svg {
1526
- height: 16px;
1527
- }
1528
- .gear-wrapper ul.gear-sub-menu {
1529
1858
  width: 100%;
1530
- list-style-type: none;
1531
- background-color: transparent;
1532
- min-width: 60px;
1533
- border-top: 2px solid rgb(36, 36, 36);
1534
- }
1535
- .gear-wrapper ul.gear-sub-menu li {
1536
- font-size: 12px;
1537
- text-align: left;
1538
- }
1539
- .gear-wrapper ul.gear-sub-menu li[data-title] {
1540
- background-color: #c3c2c2;
1541
- padding: 5px;
1542
- }
1543
- .gear-wrapper ul.gear-sub-menu li a {
1544
- display: block;
1545
- text-decoration: none;
1546
- height: 32px;
1547
- padding: 5px 10px;
1548
- line-height: 22px;
1549
- color: #fffffe;
1550
- }
1551
- .gear-wrapper ul.gear-sub-menu li a:hover {
1552
- color: white;
1553
- background-color: rgba(0, 0, 0, 0.4);
1554
- }
1555
- .gear-wrapper ul.gear-sub-menu li a:hover a {
1556
- color: white;
1557
- text-decoration: none;
1558
- }
1559
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
1560
- width: 30px;
1561
- height: 20px;
1562
- float: left;
1563
- display: block;
1564
- }
1565
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1566
- display: none;
1567
- }
1568
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1569
- display: inline;
1570
- }
1571
- .gear-wrapper svg {
1572
- height: 20px;
1573
- }.dvr-controls[data-dvr-controls] {
1574
- display: inline-block;
1575
- float: left;
1576
- color: #fff;
1577
- line-height: 32px;
1578
- font-size: 10px;
1579
- font-weight: bold;
1580
- margin-left: 6px;
1581
- height: 40px;
1582
- line-height: 40px;
1583
- margin-left: 0;
1584
- }
1585
- .dvr-controls[data-dvr-controls] .live-info {
1586
- cursor: default;
1587
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1588
- text-transform: uppercase;
1589
- }
1590
- .dvr-controls[data-dvr-controls] .live-info:before {
1591
- content: "";
1592
- display: inline-block;
1593
- position: relative;
1594
- width: 7px;
1595
- height: 7px;
1596
- border-radius: 3.5px;
1597
- margin-right: 3.5px;
1598
- background-color: #ff0101;
1599
- }
1600
- .dvr-controls[data-dvr-controls] .live-info.disabled {
1601
- opacity: 0.3;
1602
- }
1603
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
1604
- background-color: #fff;
1859
+ transition: opacity 0.3s ease;
1605
1860
  }
1606
- .dvr-controls[data-dvr-controls] .live-button {
1607
- cursor: pointer;
1608
- outline: none;
1609
- display: none;
1610
- border: 0;
1611
- color: #fff;
1612
- background-color: transparent;
1613
- height: 32px;
1614
- padding: 0;
1615
- opacity: 0.7;
1616
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1617
- text-transform: uppercase;
1618
- transition: all 0.1s ease;
1861
+ .scrub-thumbnails.hidden {
1862
+ opacity: 0;
1619
1863
  }
1620
- .dvr-controls[data-dvr-controls] .live-button:before {
1621
- content: "";
1864
+ .scrub-thumbnails .thumbnail-container {
1622
1865
  display: inline-block;
1623
1866
  position: relative;
1624
- width: 7px;
1625
- height: 7px;
1626
- border-radius: 3.5px;
1627
- margin-right: 3.5px;
1628
- background-color: #fff;
1629
- }
1630
- .dvr-controls[data-dvr-controls] .live-button:hover {
1631
- opacity: 1;
1632
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1633
- }
1634
- .dvr-controls[data-dvr-controls] .live-info {
1635
- font-size: 14px;
1636
- letter-spacing: 0.8px;
1637
- font-weight: 500;
1638
- color: #fffffe;
1639
- margin-left: 21px;
1867
+ overflow: hidden;
1868
+ background-color: #000;
1640
1869
  }
1641
- .dvr-controls[data-dvr-controls] .live-info::before {
1642
- width: 10px;
1643
- height: 10px;
1644
- border-radius: 50%;
1645
- margin-right: 8px;
1646
- background-color: #ed4f4a;
1870
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1871
+ position: absolute;
1872
+ width: auto;
1647
1873
  }
1648
- .dvr-controls[data-dvr-controls] .live-button {
1649
- height: 40px;
1650
- opacity: 1;
1651
- font-size: 14px;
1652
- letter-spacing: 0.8px;
1653
- font-weight: 500;
1654
- margin-left: 20px;
1874
+ .scrub-thumbnails .thumbnails-text {
1875
+ background-color: rgba(74, 74, 74, 0.7);
1876
+ border-radius: 3px;
1877
+ white-space: nowrap;
1878
+ overflow: hidden;
1879
+ text-overflow: ellipsis;
1880
+ color: white;
1881
+ position: absolute;
1882
+ bottom: 23px;
1883
+ width: 100px;
1655
1884
  }
1656
- .dvr-controls[data-dvr-controls] .live-button::before {
1657
- width: 10px;
1658
- height: 10px;
1659
- border-radius: 50%;
1660
- margin-right: 8px;
1661
- background-color: #cacaca;
1885
+ .scrub-thumbnails .spotlight {
1886
+ background-color: #4a4a4a;
1887
+ overflow: hidden;
1888
+ position: absolute;
1889
+ bottom: 0;
1890
+ left: 0;
1891
+ border-color: #4a4a4a;
1892
+ border-style: solid;
1893
+ border-width: 3px;
1894
+ border-radius: 3px;
1662
1895
  }
1663
-
1664
- .dvr .dvr-controls[data-dvr-controls] .live-info {
1665
- display: none;
1896
+ .scrub-thumbnails .spotlight img {
1897
+ width: auto;
1666
1898
  }
1667
- .dvr .dvr-controls[data-dvr-controls] .live-button {
1668
- display: block;
1899
+ .scrub-thumbnails .backdrop {
1900
+ position: absolute;
1901
+ left: 0;
1902
+ bottom: 0;
1903
+ right: 0;
1904
+ background-color: #000;
1905
+ overflow: hidden;
1669
1906
  }
1670
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1671
- background-color: #005aff;
1907
+ .scrub-thumbnails .backdrop .carousel {
1908
+ position: absolute;
1909
+ top: 0;
1910
+ left: 0;
1911
+ height: 100%;
1912
+ white-space: nowrap;
1672
1913
  }
1673
-
1674
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1675
- background-color: #ff0101;
1914
+ .scrub-thumbnails .backdrop .carousel img {
1915
+ width: auto;
1676
1916
  }.share_plugin[data-share] {
1677
1917
  pointer-events: auto;
1678
1918
  z-index: 5;
@@ -1790,157 +2030,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1790
2030
  }
1791
2031
  .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1792
2032
  fill: #fff;
1793
- }*, :focus, :visited {
1794
- outline: none !important;
1795
- }
1796
-
1797
- .multicamera[data-multicamera] {
1798
- float: right;
1799
- margin-top: 4px;
1800
- position: relative;
1801
- margin-right: 20px;
1802
- width: 20px;
1803
- }
1804
- .multicamera[data-multicamera] button {
1805
- background-color: transparent;
1806
- color: #fff;
1807
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1808
- -webkit-font-smoothing: antialiased;
1809
- border: none;
1810
- font-size: 14px;
1811
- padding: 0;
1812
- }
1813
- .multicamera[data-multicamera] button svg {
1814
- height: 20px;
1815
- position: relative;
1816
- margin-top: 6px;
1817
- }
1818
- .multicamera[data-multicamera] button:hover {
1819
- color: #c9c9c9;
1820
- }
1821
- .multicamera[data-multicamera] button.changing {
1822
- animation: pulse 0.5s infinite alternate;
1823
- }
1824
- .multicamera[data-multicamera] button span.quality-arrow {
1825
- width: 9px;
1826
- height: 6px;
1827
- margin-top: 11px;
1828
- margin-left: 5px;
1829
- }
1830
- .multicamera[data-multicamera] > ul {
1831
- padding: 6px 0;
1832
- right: -24px;
1833
- width: 245px;
1834
- list-style-type: none;
1835
- position: absolute;
1836
- bottom: 48px;
1837
- border-radius: 4px;
1838
- display: none;
1839
- background-color: rgba(74, 74, 74, 0.9);
1840
- }
1841
- .multicamera[data-multicamera] > ul::after {
1842
- content: "";
1843
- position: absolute;
1844
- top: 100%;
1845
- left: 85%;
1846
- margin-left: -10px;
1847
- width: 0;
1848
- height: 0;
1849
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1850
- border-right: 10px solid transparent;
1851
- border-left: 10px solid transparent;
1852
- }
1853
- .multicamera[data-multicamera] li {
1854
- font-size: 10px;
1855
- cursor: pointer;
1856
- }
1857
- .multicamera[data-multicamera] li .multicamera-item {
1858
- display: flex;
1859
- padding: 10px 0;
1860
- justify-content: center;
1861
- position: relative;
1862
- }
1863
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1864
- pointer-events: none;
1865
- }
1866
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1867
- opacity: 0.5;
1868
- }
1869
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1870
- opacity: 0.5;
1871
- }
1872
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1873
- background-color: rgba(0, 0, 0, 0);
1874
- }
1875
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1876
- background-color: rgba(0, 0, 0, 0.3);
1877
- }
1878
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1879
- width: 80px;
1880
- height: 60px;
1881
- }
1882
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1883
- width: 80px;
1884
- height: 60px;
1885
- }
1886
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1887
- width: 120px;
1888
- text-align: left;
1889
- margin-left: 15px;
1890
- }
1891
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1892
- width: 120px;
1893
- height: 20px;
1894
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1895
- font-size: 14px;
1896
- font-weight: normal;
1897
- font-style: normal;
1898
- font-stretch: normal;
1899
- line-height: 1.43;
1900
- letter-spacing: normal;
1901
- text-align: left;
1902
- color: #fff;
1903
- text-overflow: ellipsis;
1904
- overflow: hidden;
1905
- }
1906
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1907
- opacity: 0.6;
1908
- }
1909
- .multicamera[data-multicamera] li[data-title] {
1910
- background-color: #c3c2c2;
1911
- padding: 5px;
1912
- }
1913
- .multicamera[data-multicamera] li a {
1914
- color: #444;
1915
- padding: 2px 10px;
1916
- display: block;
1917
- text-decoration: none;
1918
- }
1919
- .multicamera[data-multicamera] li a:hover {
1920
- background-color: #555;
1921
- color: white;
1922
- }
1923
- .multicamera[data-multicamera] li a:hover a {
1924
- color: white;
1925
- text-decoration: none;
1926
- }
1927
- .multicamera[data-multicamera] li.current a {
1928
- color: #f00;
1929
- }
1930
-
1931
- @keyframes pulse {
1932
- 0% {
1933
- color: #fff;
1934
- }
1935
- 50% {
1936
- color: #ff0101;
1937
- }
1938
- 100% {
1939
- color: #B80000;
1940
- }
1941
- }.level-disabled {
1942
- opacity: 0.5;
1943
- pointer-events: none;
1944
2033
  }.spinner-three-bounce[data-spinner] {
1945
2034
  position: absolute;
1946
2035
  width: 70px;
@@ -1979,34 +2068,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1979
2068
  40% {
1980
2069
  transform: scale(1);
1981
2070
  }
1982
- }.media-control-pip button {
1983
- float: right;
1984
- height: 40px;
1985
- margin-right: 20px;
1986
- }
1987
- .media-control-pip button svg {
1988
- height: 20px;
1989
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1990
- height: 0;
1991
- }
1992
-
1993
- .skip_time_plugin[data-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
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2002
- width: 100%;
2003
- height: 100%;
2004
- display: flex;
2005
- justify-content: space-between;
2006
- }
2007
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2008
- width: 33.3%;
2009
- height: 100%;
2010
2071
  }*, :focus, :visited {
2011
2072
  outline: none !important;
2012
2073
  }
@@ -2088,67 +2149,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2088
2149
  .ios-fullscreen::cue {
2089
2150
  visibility: visible !important;
2090
2151
  font-size: 1em !important;
2091
- }.scrub-thumbnails {
2092
- position: absolute;
2093
- bottom: 52px;
2094
- width: 100%;
2095
- transition: opacity 0.3s ease;
2096
- }
2097
- .scrub-thumbnails.hidden {
2098
- opacity: 0;
2099
- }
2100
- .scrub-thumbnails .thumbnail-container {
2101
- display: inline-block;
2102
- position: relative;
2103
- overflow: hidden;
2104
- background-color: #000;
2105
- }
2106
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
2107
- position: absolute;
2108
- width: auto;
2109
- }
2110
- .scrub-thumbnails .thumbnails-text {
2111
- background-color: rgba(74, 74, 74, 0.7);
2112
- border-radius: 3px;
2113
- white-space: nowrap;
2114
- overflow: hidden;
2115
- text-overflow: ellipsis;
2116
- color: white;
2117
- position: absolute;
2118
- bottom: 23px;
2119
- width: 100px;
2120
- }
2121
- .scrub-thumbnails .spotlight {
2122
- background-color: #4a4a4a;
2123
- overflow: hidden;
2124
- position: absolute;
2125
- bottom: 0;
2126
- left: 0;
2127
- border-color: #4a4a4a;
2128
- border-style: solid;
2129
- border-width: 3px;
2130
- border-radius: 3px;
2131
- }
2132
- .scrub-thumbnails .spotlight img {
2133
- width: auto;
2134
- }
2135
- .scrub-thumbnails .backdrop {
2136
- position: absolute;
2137
- left: 0;
2138
- bottom: 0;
2139
- right: 0;
2140
- background-color: #000;
2141
- overflow: hidden;
2142
- }
2143
- .scrub-thumbnails .backdrop .carousel {
2144
- position: absolute;
2145
- top: 0;
2146
- left: 0;
2147
- height: 100%;
2148
- white-space: nowrap;
2149
- }
2150
- .scrub-thumbnails .backdrop .carousel img {
2151
- width: auto;
2152
2152
  }.player-logo[data-logo] {
2153
2153
  position: absolute;
2154
2154
  z-index: 2;