libre-skin-red.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. /*!
  2. LibreVideoJS Estilos personalizados = Red
  3. Version 1.2
  4. Escrito por Jesús Eduardo
  5. */
  6. .librevjs-libre-skin {
  7. color: #ccc;
  8. background-color: inherit;
  9. }
  10. @font-face {
  11. font-family:"LibreVideoJS";
  12. src: url("../../fonts/libre-material/libre-icons.eot") format("embedded-opentype");
  13. src: local('?'),
  14. url("../../fonts/libre-material/libre-icons.woff") format("woff"),
  15. url("../../fonts/libre-material/libre-icons.ttf") format("truetype"),
  16. url("../../fonts/libre-material/libre-icons.svg") format("svg");
  17. }
  18. .librevjs-libre-skin .librevjs-slider {
  19. /* Replace browser focus highlight with handle highlight */
  20. outline: 0;
  21. position: relative;
  22. cursor: pointer;
  23. padding: 0;
  24. /* background-color-with-alpha */
  25. background-color: #000000;
  26. background-color: rgba(0, 0, 0, 0.5);
  27. }
  28. .librevjs-libre-skin .librevjs-slider:focus {
  29. -webkit-box-shadow: 0 0 2em #fff;
  30. -moz-box-shadow: 0 0 2em #fff;
  31. box-shadow: 0 0 2em #fff
  32. }
  33. /*Eliminación de botón de barra de progreso*/
  34. .librevjs-libre-skin .librevjs-slider-handle {
  35. width: 0;
  36. height: 0;
  37. }
  38. .librevjs-libre-skin .librevjs-slider-handle:before {
  39. text-shadow: 0em 0em 1em #fff;
  40. position: absolute;
  41. top: 0;
  42. left: 0;
  43. }
  44. /* control bar */
  45. .librevjs-libre-skin .librevjs-control-bar {
  46. /* Start hidden */
  47. display: none;
  48. position: absolute;
  49. /* Place control bar at the bottom of the player box/video.
  50. If you want more margin below the control bar, add more height.
  51. */
  52. bottom: 0;
  53. /* Use left/right to stretch to 100% width of player div */
  54. left: 0;
  55. right: 0;
  56. /* Height includes any margin you want above or below control items */
  57. height: 3.0em;
  58. /* background-color-with-alpha */
  59. background-color: #232323;
  60. background-color: rgba(35, 35, 35, 0.8);
  61. }
  62. .librevjs-libre-skin.librevjs-has-started .librevjs-control-bar {
  63. display: block;
  64. visibility: visible;
  65. opacity: 1;
  66. -webkit-transition: visibility .1s, opacity .1s;
  67. -moz-transition: visibility .1s, opacity .1s;
  68. -o-transition: visibility .1s, opacity .1s;
  69. transition: visibility .1s, opacity .1s
  70. }
  71. .librevjs-libre-skin.librevjs-has-started.librevjs-user-inactive.librevjs-playing .librevjs-control-bar {
  72. display: block;
  73. visibility: hidden;
  74. opacity: 0;
  75. -webkit-transition: visibility 1s, opacity 1s;
  76. -moz-transition: visibility 1s, opacity 1s;
  77. -o-transition: visibility 1s, opacity 1s;
  78. transition: visibility 1s, opacity 1s
  79. }
  80. .librevjs-libre-skin.librevjs-controls-disabled .librevjs-control-bar {
  81. display: none
  82. }
  83. .librevjs-libre-skin.librevjs-using-native-controls .librevjs-control-bar {
  84. display: none
  85. }
  86. @media \0screen {
  87. .librevjs-libre-skin.librevjs-user-inactive.librevjs-playing .librevjs-control-bar :before {
  88. content: ""
  89. }
  90. }
  91. .librevjs-libre-skin .librevjs-control {
  92. outline: 0;
  93. position: relative;
  94. float: left;
  95. text-align: center;
  96. margin: 0;
  97. padding: 0;
  98. height: 3em;
  99. width: 4em
  100. }
  101. .librevjs-libre-skin .librevjs-control:before {
  102. font-family: LibreVideoJS;
  103. font-size: 1.5em;
  104. line-height: 2;
  105. position: absolute;
  106. top: 0;
  107. left: 0;
  108. width: 100%;
  109. height: 100%;
  110. text-align: center;
  111. text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
  112. }
  113. /*COLOR AL PASAR EL CURSOR EN LOS BOTONES DE VOLUMEN y SUBTITULOS*/
  114. .librevjs-libre-skin .librevjs-control:focus:before, .librevjs-libre-skin .librevjs-control:hover:before {
  115. color: #f44336;
  116. }
  117. /*END COLOR AL PASAR EL CURSOR EN LOS BOTONES DE VOLUMEN y SUBTITULOS*/
  118. .librevjs-libre-skin .librevjs-control:focus {}
  119. .librevjs-libre-skin .librevjs-control-text {
  120. border: 0;
  121. clip: rect(0 0 0 0);
  122. height: 1px;
  123. margin: -1px;
  124. overflow: hidden;
  125. padding: 0;
  126. position: absolute;
  127. width: 1px
  128. }
  129. /*Color y diseño de boton play control*/
  130. .librevjs-libre-skin .librevjs-play-control {
  131. width: 5em;
  132. cursor: pointer;
  133. color: rgb(244, 67, 54);
  134. }
  135. .librevjs-libre-skin .librevjs-play-control:before {
  136. content: "\e001"
  137. }
  138. .librevjs-libre-skin .librevjs-play-control:hover:before {
  139. color: #f22e1f;
  140. /*color de play control al pasar el cursor*/
  141. }
  142. .librevjs-libre-skin.librevjs-playing .librevjs-play-control:before {
  143. content: "\e002"
  144. }
  145. /*END Color y diseño de boton play control*/
  146. .librevjs-libre-skin .librevjs-mute-control, .librevjs-libre-skin .librevjs-volume-menu-button {
  147. cursor: pointer;
  148. float: right
  149. }
  150. .librevjs-libre-skin .librevjs-mute-control:before, .librevjs-libre-skin .librevjs-volume-menu-button:before {
  151. content: "\e006"
  152. }
  153. .librevjs-libre-skin .librevjs-mute-control.librevjs-vol-0:before, .librevjs-libre-skin .librevjs-volume-menu-button.librevjs-vol-0:before {
  154. content: "\e003"
  155. }
  156. .librevjs-libre-skin .librevjs-mute-control.librevjs-vol-1:before, .librevjs-libre-skin .librevjs-volume-menu-button.librevjs-vol-1:before {
  157. content: "\e004"
  158. }
  159. .librevjs-libre-skin .librevjs-mute-control.librevjs-vol-2:before, .librevjs-libre-skin .librevjs-volume-menu-button.librevjs-vol-2:before {
  160. content: "\e005"
  161. }
  162. .librevjs-libre-skin .librevjs-volume-control {
  163. width: 5em;
  164. float: right
  165. }
  166. .librevjs-libre-skin .librevjs-volume-bar {
  167. width: 5em;
  168. height: .6em;
  169. margin: 1.1em auto 0
  170. }
  171. .librevjs-libre-skin .librevjs-volume-menu-button .librevjs-menu-content {
  172. height: 2.9em
  173. }
  174. /*PERSONALIZACION DE NIVEL DE VOLUMEN*/
  175. .librevjs-libre-skin .librevjs-volume-level {
  176. position: absolute;
  177. top: 0;
  178. left: 0;
  179. height: 0.5em;
  180. /* assuming volume starts at 1.0 */
  181. width: 100%;
  182. background: #f44336 url() -50% 0 repeat;
  183. /*color de barra volumen*/
  184. }
  185. /*END PERSONALIZACION DE NIVEL DE VOLUMEN*/
  186. .librevjs-libre-skin .librevjs-volume-bar .librevjs-volume-handle {
  187. width: .5em;
  188. height: .5em
  189. }
  190. .librevjs-libre-skin .librevjs-volume-handle:before {
  191. font-size: .9em;
  192. top: -.2em;
  193. left: -.2em;
  194. width: 1em;
  195. height: 1em
  196. }
  197. .librevjs-libre-skin .librevjs-volume-menu-button .librevjs-menu .librevjs-menu-content {
  198. width: 6em;
  199. left: -4em
  200. }
  201. .librevjs-libre-skin .librevjs-progress-control {
  202. position: absolute;
  203. left: 0;
  204. right: 0;
  205. width: auto;
  206. font-size: .3em;
  207. height: 1em;
  208. top: -1em;
  209. -webkit-transition: all .4s;
  210. -moz-transition: all .4s;
  211. -o-transition: all .4s;
  212. transition: all .4s
  213. }
  214. .librevjs-libre-skin:hover .librevjs-progress-control {
  215. font-size: .9em;
  216. -webkit-transition: all .2s;
  217. -moz-transition: all .2s;
  218. -o-transition: all .2s;
  219. transition: all .2s
  220. }
  221. .librevjs-libre-skin .librevjs-progress-holder {
  222. height: 100%
  223. }
  224. .librevjs-libre-skin .librevjs-progress-holder .librevjs-play-progress, .librevjs-libre-skin .librevjs-progress-holder .librevjs-load-progress {
  225. position: absolute;
  226. display: block;
  227. height: 100%;
  228. margin: 0;
  229. padding: 0;
  230. left: 0;
  231. top: 0
  232. }
  233. /* Personalización de barra de progreso a color rojo */
  234. .librevjs-libre-skin .librevjs-play-progress {
  235. background: #f44336 url() -50% 0 repeat;
  236. }
  237. .librevjs-libre-skin .librevjs-load-progress {
  238. background: #646464;
  239. background: rgba(255, 255, 255, .4)
  240. }
  241. .librevjs-libre-skin .librevjs-seek-handle {
  242. width: 1.5em;
  243. height: 100%
  244. }
  245. .librevjs-libre-skin .librevjs-seek-handle:before {
  246. padding-top: .1em
  247. }
  248. .librevjs-libre-skin .librevjs-time-controls {
  249. font-size: 1em;
  250. font-weight: 700;
  251. /*mayor visibilidad*/
  252. line-height: 3em
  253. }
  254. .librevjs-libre-skin .librevjs-current-time {
  255. float: left
  256. }
  257. .librevjs-libre-skin .librevjs-duration {
  258. float: left
  259. }
  260. .librevjs-libre-skin .librevjs-remaining-time {
  261. display: none;
  262. float: left
  263. }
  264. .librevjs-time-divider {
  265. float: left;
  266. line-height: 3em
  267. }
  268. .librevjs-libre-skin .librevjs-fullscreen-control {
  269. width: 3.8em;
  270. cursor: pointer;
  271. float: right
  272. }
  273. .librevjs-libre-skin .librevjs-fullscreen-control:before {
  274. content: "\e000"
  275. }
  276. .librevjs-libre-skin.librevjs-fullscreen .librevjs-fullscreen-control:before {
  277. content: "\e00b"
  278. }
  279. /*Centrado del button Play y personalizado*/
  280. .librevjs-libre-skin .librevjs-big-play-button {
  281. left: 50%;
  282. top: 50%;
  283. font-size: 10em;
  284. display: block;
  285. z-index: 2;
  286. position: absolute;
  287. width: 1em;
  288. height: 1em;
  289. margin-left: -0.5em;
  290. margin-top: -0.5em;
  291. text-align: center;
  292. vertical-align: middle;
  293. cursor: pointer;
  294. opacity: 1;
  295. color: #f44336;
  296. line-height: normal;
  297. }
  298. /* Hide if controls are disabled */
  299. .librevjs-libre-skin.librevjs-controls-disabled .librevjs-big-play-button {
  300. display: none;
  301. }
  302. /* Hide when video starts playing */
  303. .librevjs-libre-skin.librevjs-has-started .librevjs-big-play-button {
  304. display: none;
  305. }
  306. /* Hide on mobile devices. Remove when we stop using native controls
  307. by default on mobile */
  308. .librevjs-libre-skin.librevjs-using-native-controls .librevjs-big-play-button {
  309. display: none;
  310. }
  311. .librevjs-libre-skin:hover .librevjs-big-play-button, .librevjs-libre-skin .librevjs-big-play-button:focus {
  312. color: rgba(244, 67, 54, 0.89);
  313. /*color boton focus*/
  314. }
  315. .librevjs-libre-skin .librevjs-big-play-button:before {
  316. content: "\e007";
  317. font-family: LibreVideoJS;
  318. /* In order to center the play icon vertically we need to set the line height
  319. to the same as the button height */
  320. text-align: center/* Needed for IE8 */
  321. ;
  322. position: absolute;
  323. left: 0;
  324. width: 100%;
  325. height: 100%;
  326. }
  327. .librevjs-error .librevjs-big-play-button {
  328. display: none;
  329. }
  330. /*END PERSONALIZAR BIG PLAY BUTTON*/
  331. .librevjs-loading-spinner {
  332. display: none;
  333. position: absolute;
  334. top: 50%;
  335. left: 50%;
  336. font-size: 4em;
  337. line-height: 1;
  338. width: 1em;
  339. height: 1em;
  340. margin-left: -.5em;
  341. margin-top: -.5em;
  342. opacity: .75;
  343. -webkit-animation: spin 1.5s infinite linear;
  344. -moz-animation: spin 1.5s infinite linear;
  345. -o-animation: spin 1.5s infinite linear;
  346. animation: spin 1.5s infinite linear;
  347. }
  348. .librevjs-libre-skin .librevjs-loading-spinner:before {
  349. content: "\e01e";
  350. font-family: LibreVideoJS;
  351. position: absolute;
  352. top: 0;
  353. left: 0;
  354. width: 1em;
  355. height: 1em;
  356. text-align: center;
  357. text-shadow: 0 0 .1em #000;
  358. }
  359. @-moz-keyframes spin {
  360. 0% {
  361. -moz-transform: rotate(0deg)
  362. }
  363. 100% {
  364. -moz-transform: rotate(359deg)
  365. }
  366. }
  367. @-webkit-keyframes spin {
  368. 0% {
  369. -webkit-transform: rotate(0deg)
  370. }
  371. 100% {
  372. -webkit-transform: rotate(359deg)
  373. }
  374. }
  375. @-o-keyframes spin {
  376. 0% {
  377. -o-transform: rotate(0deg)
  378. }
  379. 100% {
  380. -o-transform: rotate(359deg)
  381. }
  382. }
  383. @keyframes spin {
  384. 0% {
  385. transform: rotate(0deg)
  386. }
  387. 100% {
  388. transform: rotate(359deg)
  389. }
  390. }
  391. .librevjs-libre-skin .librevjs-menu-button {
  392. float: right;
  393. cursor: pointer
  394. }
  395. .librevjs-libre-skin .librevjs-menu {
  396. display: none;
  397. position: absolute;
  398. bottom: 0;
  399. left: 0;
  400. width: 0;
  401. height: 0;
  402. margin-bottom: 3em;
  403. border-left: 2em solid transparent;
  404. border-right: 2em solid transparent;
  405. border-top: 1.55em solid #000;
  406. border-top-color: rgba(7, 40, 50, .5)
  407. }
  408. .librevjs-libre-skin .librevjs-menu-button .librevjs-menu .librevjs-menu-content {
  409. display: block;
  410. padding: 0;
  411. margin: 0;
  412. position: absolute;
  413. width: 10em;
  414. bottom: 1.5em;
  415. max-height: 15em;
  416. overflow: auto;
  417. left: -5em;
  418. background-color: #07141e;
  419. background-color: rgba(7, 20, 30, .7);
  420. -webkit-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
  421. -moz-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
  422. box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2)
  423. }
  424. .librevjs-libre-skin .librevjs-menu-button:hover .librevjs-menu {
  425. display: block
  426. }
  427. .librevjs-libre-skin .librevjs-menu-button ul li {
  428. list-style: none;
  429. margin: 0;
  430. padding: .3em 0;
  431. line-height: 1.4em;
  432. font-size: 1.2em;
  433. text-align: center;
  434. text-transform: lowercase
  435. }
  436. /*COLOR DE SELECCION DE SUBTIULOS*/
  437. .librevjs-libre-skin .librevjs-menu-button ul li.librevjs-selected {
  438. color: #fff;
  439. background-color: rgb(244, 67, 54);
  440. }
  441. .librevjs-libre-skin .librevjs-menu-button ul li:focus, .librevjs-libre-skin .librevjs-menu-button ul li:hover, .librevjs-libre-skin .librevjs-menu-button ul li.librevjs-selected:focus, .librevjs-libre-skin .librevjs-menu-button ul li.librevjs-selected:hover {
  442. outline: 0;
  443. color: #fff;
  444. background-color: #f44336;
  445. }
  446. /*END COLOR SELECCION DE SUBTITULOS*/
  447. .librevjs-libre-skin .librevjs-menu-button ul li.librevjs-menu-title {
  448. text-align: center;
  449. text-transform: uppercase;
  450. font-size: 1em;
  451. line-height: 2em;
  452. padding: 0;
  453. margin: 0 0 .3em;
  454. font-weight: 700;
  455. cursor: default
  456. }
  457. .librevjs-libre-skin .librevjs-subtitles-button:before {
  458. content: "\e00c"
  459. }
  460. .librevjs-libre-skin .librevjs-captions-button:before {
  461. content: "\e008"
  462. }
  463. .librevjs-libre-skin .librevjs-captions-button:focus .librevjs-control-content:before, .librevjs-libre-skin .librevjs-captions-button:hover .librevjs-control-content:before {
  464. -webkit-box-shadow: 0 0 1em #fff;
  465. -moz-box-shadow: 0 0 1em #fff;
  466. box-shadow: 0 0 1em #fff
  467. }
  468. .cliplibre-js {
  469. background-color: #000;
  470. position: relative;
  471. padding: 0;
  472. font-size: 10px;
  473. vertical-align: middle;
  474. font-weight: 500;
  475. font-style: normal;
  476. font-family: Arial, sans-serif;
  477. -webkit-user-select: none;
  478. -moz-user-select: none;
  479. -ms-user-select: none;
  480. user-select: none;
  481. }
  482. .cliplibre-js .librevjs-tech {
  483. position: absolute;
  484. top: 0;
  485. left: 0;
  486. width: 100%;
  487. height: 100%;
  488. }
  489. .cliplibre-js:-moz-full-screen {
  490. position: absolute;
  491. }
  492. body.librevjs-full-window {
  493. padding: 0;
  494. margin: 0;
  495. height: 100%;
  496. overflow-y: auto
  497. }
  498. .cliplibre-js.librevjs-fullscreen {
  499. position: fixed;
  500. overflow: hidden;
  501. z-index: 1000;
  502. left: 0;
  503. top: 0;
  504. bottom: 0;
  505. right: 0;
  506. width: 100%!important;
  507. height: 100%!important;
  508. position: absolute;
  509. }
  510. .cliplibre-js:-webkit-full-screen {
  511. width: 100%!important;
  512. height: 100%!important
  513. }
  514. .cliplibre-js.librevjs-fullscreen.librevjs-user-inactive {
  515. cursor: none
  516. }
  517. .librevjs-poster {
  518. background-repeat: no-repeat;
  519. background-position: 50% 50%;
  520. background-size: contain;
  521. cursor: pointer;
  522. height: 100%;
  523. margin: 0;
  524. padding: 0;
  525. position: relative;
  526. width: 100%
  527. }
  528. .librevjs-poster img {
  529. display: block;
  530. margin: 0 auto;
  531. max-height: 100%;
  532. padding: 0;
  533. width: 100%
  534. }
  535. .cliplibre-js.librevjs-using-native-controls .librevjs-poster {
  536. display: none
  537. }
  538. .cliplibre-js .librevjs-text-track-display {
  539. text-align: center;
  540. position: absolute;
  541. bottom: 4em;
  542. left: 1em;
  543. right: 1em
  544. }
  545. .cliplibre-js .librevjs-text-track {
  546. display: none;
  547. font-size: 1.8em;
  548. text-align: center;
  549. margin-bottom: .1em;
  550. background-color: #000;
  551. background-color: rgba(0, 0, 0, .6)
  552. }
  553. .cliplibre-js .librevjs-subtitles {
  554. color: #fff
  555. }
  556. .cliplibre-js .librevjs-captions {
  557. color: rgb(255, 237, 0);
  558. background-color: rgba(2, 7, 11, 0.7);
  559. }
  560. .librevjs-tt-cue {
  561. display: block
  562. }
  563. .librevjs-libre-skin .librevjs-hidden {
  564. display: none
  565. }
  566. .librevjs-lock-showing {
  567. display: block!important;
  568. opacity: 1;
  569. visibility: visible
  570. }
  571. .no_html5 {
  572. background: black none repeat scroll 0 0;
  573. color: white;
  574. height: 160px;
  575. padding: 130px 10px 20px;
  576. text-align: center;
  577. }
  578. /*title de resolucion | subtitles y Caption*/
  579. .librevjs-libre-skin ul li.librevjs-menu-title.librevjs-res-menu-title {
  580. color: rgb(246, 44, 30);
  581. }
  582. .librevjs-libre-skin ul li.librevjs-menu-title.librevjs-res-menu-title:hover {
  583. color: rgb(244, 67, 54);
  584. background-color: inherit;
  585. }
  586. /*Responsive*/
  587. .cliplibre-js-responsive-container.librevjs-hd {
  588. padding-top: 56.25%;
  589. }
  590. .cliplibre-js-responsive-container.librevjs-sd {
  591. padding-top: 75%;
  592. }
  593. .cliplibre-js-responsive-container {
  594. width: 100%;
  595. position: relative;
  596. }
  597. .cliplibre-js-responsive-container .cliplibre-js {
  598. height: 100% !important;
  599. width: 100% !important;
  600. position: absolute;
  601. top: 0;
  602. left: 0;
  603. }
  604. @media screen and (max-width: 800px) {
  605. .cliplibre-js .librevjs-text-track {
  606. font-size: 1.5em;
  607. margin-bottom: -0.2em;
  608. }
  609. }
  610. @media screen and (max-width: 600px) {
  611. .cliplibre-js .librevjs-text-track {
  612. font-size: 1.2em;
  613. }
  614. .cliplibre-js .librevjs-text-track-display {
  615. bottom: 2em;
  616. }
  617. }
  618. @media screen and (max-width: 413px) {
  619. .cliplibre-js {
  620. font-size: 8px;
  621. }
  622. }
  623. @media screen and (max-width: 400px) {
  624. .cliplibre-js .librevjs-text-track {
  625. font-size: 1em;
  626. }
  627. .librevjs-libre-skin .librevjs-big-play-button {
  628. font-size: 5em;
  629. }
  630. .cliplibre-js .librevjs-text-track-display {
  631. bottom: 1em;
  632. }
  633. }
  634. @media screen and (max-width: 335px) {
  635. .cliplibre-js {
  636. font-size: 6px;
  637. }
  638. }
  639. @media screen and (max-width: 150px) {
  640. .librevjs-libre-skin .librevjs-big-play-button {
  641. font-size: 3em;
  642. }
  643. }
  644. @media screen and (max-width: 90px) {
  645. .librevjs-libre-skin .librevjs-big-play-button {
  646. font-size: 2em;
  647. }
  648. }