plyr.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  1. .plyr input[type=range]:focus,.plyr:focus {
  2. outline: 0
  3. }
  4. .plyr .plyr__video-embed iframe,.plyr__tooltip {
  5. pointer-events: none
  6. }
  7. @keyframes plyr-progress {
  8. to {
  9. background-position: 25px 0
  10. }
  11. }
  12. .plyr {
  13. position: relative;
  14. width: 750px;
  15. height: 430px;
  16. direction: ltr
  17. }
  18. .plyr,.plyr *,.plyr ::after,.plyr ::before {
  19. border: none;
  20. }
  21. .plyr a,.plyr button,.plyr input,.plyr label {
  22. -ms-touch-action: manipulation;
  23. touch-action: manipulation
  24. }
  25. .plyr audio,.plyr video {
  26. width: 750px;
  27. height: 430px;
  28. vertical-align: middle;
  29. border-radius: inherit
  30. }
  31. .plyr input[type=range] {
  32. display: block;
  33. height: 20px;
  34. width: 100%;
  35. margin: 0;
  36. padding: 0;
  37. vertical-align: middle;
  38. -webkit-appearance: none;
  39. -moz-appearance: none;
  40. appearance: none;
  41. cursor: pointer;
  42. border: none;
  43. background: 0 0
  44. }
  45. .plyr input[type=range]::-webkit-slider-runnable-track {
  46. height: 8px;
  47. background: 0 0;
  48. border: 0;
  49. border-radius: 4px;
  50. -webkit-user-select: none;
  51. user-select: none
  52. }
  53. .plyr input[type=range]::-webkit-slider-thumb {
  54. -webkit-appearance: none;
  55. margin-top: -4px;
  56. position: relative;
  57. height: 16px;
  58. width: 16px;
  59. background: #fff;
  60. border: 2px solid transparent;
  61. border-radius: 100%;
  62. transition: background .2s ease,border .2s ease,transform .2s ease;
  63. box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
  64. box-sizing: border-box
  65. }
  66. .plyr input[type=range]::-moz-range-track {
  67. height: 8px;
  68. background: 0 0;
  69. border: 0;
  70. border-radius: 4px;
  71. -moz-user-select: none;
  72. user-select: none
  73. }
  74. .plyr input[type=range]::-moz-range-thumb {
  75. position: relative;
  76. height: 16px;
  77. width: 16px;
  78. background: #fff;
  79. border: 2px solid transparent;
  80. border-radius: 100%;
  81. transition: background .2s ease,border .2s ease,transform .2s ease;
  82. box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
  83. box-sizing: border-box
  84. }
  85. .plyr input[type=range]::-ms-track {
  86. height: 8px;
  87. background: 0 0;
  88. border: 0;
  89. color: transparent
  90. }
  91. .plyr input[type=range]::-ms-fill-upper {
  92. height: 8px;
  93. background: 0 0;
  94. border: 0;
  95. border-radius: 4px;
  96. -ms-user-select: none;
  97. user-select: none
  98. }
  99. .plyr input[type=range]::-ms-fill-lower {
  100. height: 8px;
  101. border: 0;
  102. border-radius: 4px;
  103. -ms-user-select: none;
  104. user-select: none;
  105. background: #3498db
  106. }
  107. .plyr input[type=range]::-ms-thumb {
  108. position: relative;
  109. height: 16px;
  110. width: 16px;
  111. background: #fff;
  112. border: 2px solid transparent;
  113. border-radius: 100%;
  114. transition: background .2s ease,border .2s ease,transform .2s ease;
  115. box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
  116. box-sizing: border-box;
  117. margin-top: 0
  118. }
  119. .plyr input[type=range]::-ms-tooltip {
  120. display: none
  121. }
  122. .plyr input[type=range]::-moz-focus-outer {
  123. border: 0
  124. }
  125. .plyr input[type=range].tab-focus:focus {
  126. outline-offset: 3px
  127. }
  128. .plyr input[type=range]:active::-webkit-slider-thumb {
  129. background: #3498db;
  130. border-color: #fff;
  131. transform: scale(1.25)
  132. }
  133. .plyr input[type=range]:active::-moz-range-thumb {
  134. background: #3498db;
  135. border-color: #fff;
  136. transform: scale(1.25)
  137. }
  138. .plyr input[type=range]:active::-ms-thumb {
  139. background: #3498db;
  140. border-color: #fff;
  141. transform: scale(1.25)
  142. }
  143. .plyr--video input[type=range].tab-focus:focus {
  144. outline: rgba(255,255,255,.5) dotted 1px
  145. }
  146. .plyr--audio input[type=range].tab-focus:focus {
  147. outline: rgba(86,93,100,.5) dotted 1px
  148. }
  149. .plyr__sr-only {
  150. clip: rect(1px,1px,1px,1px);
  151. overflow: hidden;
  152. position: absolute!important;
  153. padding: 0!important;
  154. border: 0!important;
  155. height: 1px!important;
  156. width: 1px!important
  157. }
  158. .plyr__video-wrapper {
  159. position: relative;
  160. background: #000;
  161. border-radius: inherit
  162. }
  163. .plyr__video-embed {
  164. padding-bottom: 56.25%;
  165. height: 0;
  166. border-radius: inherit;
  167. overflow: hidden;
  168. z-index: 0
  169. }
  170. .plyr__video-embed iframe {
  171. position: absolute;
  172. top: 0;
  173. left: 0;
  174. width: 100%;
  175. height: 100%;
  176. border: 0;
  177. -webkit-user-select: none;
  178. -moz-user-select: none;
  179. -ms-user-select: none;
  180. user-select: none
  181. }
  182. .plyr__video-embed>div {
  183. position: relative;
  184. padding-bottom: 200%;
  185. transform: translateY(-35.95%)
  186. }
  187. .plyr video::-webkit-media-text-track-container {
  188. display: none
  189. }
  190. .plyr__captions {
  191. display: none;
  192. position: absolute;
  193. bottom: 0;
  194. left: 0;
  195. width: 100%;
  196. padding: 20px;
  197. transform: translateY(-40px);
  198. transition: transform .3s ease;
  199. color: #fff;
  200. font-size: 16px;
  201. text-align: center;
  202. font-weight: 400
  203. }
  204. .plyr__captions span {
  205. border-radius: 2px;
  206. padding: 3px 10px;
  207. background: rgba(0,0,0,.7);
  208. -webkit-box-decoration-break: clone;
  209. box-decoration-break: clone;
  210. line-height: 150%
  211. }
  212. .plyr__captions span:empty {
  213. display: none
  214. }
  215. @media (min-width:768px) {
  216. .plyr__captions {
  217. font-size: 24px
  218. }
  219. }
  220. .plyr--captions-active .plyr__captions {
  221. display: block
  222. }
  223. .plyr--hide-controls .plyr__captions {
  224. transform: translateY(-15px)
  225. }
  226. @media (min-width:1024px) {
  227. .plyr--fullscreen-active .plyr__captions {
  228. font-size: 32px
  229. }
  230. }
  231. .plyr ::-webkit-media-controls {
  232. display: none
  233. }
  234. .plyr__controls {
  235. display: -ms-flexbox;
  236. display: flex;
  237. -ms-flex-align: center;
  238. align-items: center;
  239. line-height: 1;
  240. text-align: center
  241. }
  242. .plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button {
  243. margin-left: 5px
  244. }
  245. .plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child {
  246. margin-left: 0
  247. }
  248. .plyr__controls .plyr__volume {
  249. margin-left: 5px
  250. }
  251. .plyr__controls [data-plyr=pause] {
  252. margin-left: 0
  253. }
  254. .plyr__controls button {
  255. position: relative;
  256. display: inline-block;
  257. -ms-flex-negative: 0;
  258. flex-shrink: 0;
  259. overflow: visible;
  260. vertical-align: middle;
  261. padding: 7px;
  262. border: 0;
  263. background: 0 0;
  264. border-radius: 3px;
  265. cursor: pointer;
  266. transition: background .3s ease,color .3s ease,opacity .3s ease;
  267. color: inherit
  268. }
  269. .plyr__controls button svg {
  270. width: 18px;
  271. height: 18px;
  272. display: block;
  273. fill: currentColor
  274. }
  275. .plyr__controls button:focus {
  276. outline: 0
  277. }
  278. .plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted {
  279. display: none
  280. }
  281. @media (min-width:480px) {
  282. .plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button {
  283. margin-left: 10px
  284. }
  285. }
  286. .plyr--hide-controls .plyr__controls {
  287. opacity: 0;
  288. pointer-events: none
  289. }
  290. .plyr--video .plyr__controls {
  291. position: absolute;
  292. left: 0;
  293. right: 0;
  294. bottom: 0;
  295. z-index: 2;
  296. padding: 50px 10px 10px;
  297. background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
  298. border-bottom-left-radius: inherit;
  299. border-bottom-right-radius: inherit;
  300. color: #fff;
  301. transition: opacity .3s ease
  302. }
  303. .plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover {
  304. background: #3498db;
  305. color: #fff
  306. }
  307. .plyr--audio .plyr__controls {
  308. padding: 10px;
  309. border-radius: inherit;
  310. background: #fff;
  311. border: 1px solid #dbe3e8;
  312. color: #565D64
  313. }
  314. .plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large {
  315. background: rgba(130,130,130,0.8);
  316. color: rgba(255,255,255,0.4)
  317. }
  318. .plyr__play-large {
  319. display: none;
  320. position: absolute;
  321. z-index: 1;
  322. top: 50%;
  323. left: 50%;
  324. transform: translate(-50%,-50%);
  325. padding: 40px;
  326. border-radius: 100%;
  327. transition: all .3s ease;
  328. }
  329. .plyr__play-large svg {
  330. position: relative;
  331. left: 5px;
  332. width: 80px;
  333. height: 80px;
  334. display: block;
  335. fill: currentColor
  336. }
  337. .plyr__play-large:focus {
  338. outline: rgba(255,255,255,.5) dotted 1px
  339. }
  340. .plyr .plyr__play-large {
  341. display: inline-block
  342. }
  343. .plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause] {
  344. display: none
  345. }
  346. .plyr--playing .plyr__play-large {
  347. opacity: 0;
  348. visibility: hidden
  349. }
  350. .plyr--playing .plyr__controls [data-plyr=pause] {
  351. display: inline-block
  352. }
  353. .plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted {
  354. display: block
  355. }
  356. .plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg {
  357. display: none
  358. }
  359. .plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  360. display: inline-block
  361. }
  362. .plyr__tooltip {
  363. position: absolute;
  364. z-index: 2;
  365. bottom: 100%;
  366. margin-bottom: 10px;
  367. padding: 5px 7.5px;
  368. opacity: 0;
  369. background: rgba(0,0,0,.7);
  370. border-radius: 3px;
  371. color: #fff;
  372. font-size: 14px;
  373. line-height: 1.3;
  374. transform: translate(-50%,10px) scale(.8);
  375. transform-origin: 50% 100%;
  376. transition: transform .2s .1s ease,opacity .2s .1s ease
  377. }
  378. .plyr__tooltip::before {
  379. content: '';
  380. position: absolute;
  381. width: 0;
  382. height: 0;
  383. left: 50%;
  384. transform: translateX(-50%);
  385. bottom: -4px;
  386. border-right: 4px solid transparent;
  387. border-top: 4px solid rgba(0,0,0,.7);
  388. border-left: 4px solid transparent;
  389. z-index: 2
  390. }
  391. .plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible {
  392. opacity: 1;
  393. transform: translate(-50%,0) scale(1)
  394. }
  395. .plyr button:hover .plyr__tooltip {
  396. z-index: 3
  397. }
  398. .plyr__controls button:first-child .plyr__tooltip {
  399. left: 0;
  400. transform: translate(0,10px) scale(.8);
  401. transform-origin: 0 100%
  402. }
  403. .plyr__controls button:first-child .plyr__tooltip::before {
  404. left: 16px
  405. }
  406. .plyr__controls button:last-child .plyr__tooltip {
  407. right: 0;
  408. transform: translate(0,10px) scale(.8);
  409. transform-origin: 100% 100%
  410. }
  411. .plyr__controls button:last-child .plyr__tooltip::before {
  412. left: auto;
  413. right: 16px;
  414. transform: translateX(50%)
  415. }
  416. .plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip {
  417. transform: translate(0,0) scale(1)
  418. }
  419. .plyr__progress {
  420. position: relative;
  421. display: none;
  422. -ms-flex: 1;
  423. flex: 1
  424. }
  425. .plyr__progress input[type=range] {
  426. position: relative;
  427. z-index: 2
  428. }
  429. .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  430. background: 0 0
  431. }
  432. .plyr__progress input[type=range]::-moz-range-track {
  433. background: 0 0
  434. }
  435. .plyr__progress input[type=range]::-ms-fill-upper {
  436. background: 0 0
  437. }
  438. .plyr__progress .plyr__tooltip {
  439. left: 0
  440. }
  441. .plyr .plyr__progress {
  442. display: inline-block
  443. }
  444. .plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display {
  445. position: absolute;
  446. left: 0;
  447. top: 50%;
  448. width: 100%;
  449. height: 8px;
  450. margin: -4px 0 0;
  451. padding: 0;
  452. vertical-align: top;
  453. -webkit-appearance: none;
  454. -moz-appearance: none;
  455. appearance: none;
  456. border: none;
  457. border-radius: 100px
  458. }
  459. .plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar {
  460. background: 0 0
  461. }
  462. .plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
  463. background: currentColor;
  464. border-radius: 100px;
  465. min-width: 8px
  466. }
  467. .plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
  468. background: currentColor;
  469. border-radius: 100px;
  470. min-width: 8px
  471. }
  472. .plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
  473. border-radius: 100px
  474. }
  475. .plyr__progress--played,.plyr__volume--display {
  476. z-index: 1;
  477. color: #2d2d2d;
  478. background: 0 0;
  479. transition: none
  480. }
  481. .plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
  482. min-width: 8px;
  483. max-width: 99%;
  484. border-top-right-radius: 0;
  485. border-bottom-right-radius: 0;
  486. transition: none
  487. }
  488. .plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
  489. min-width: 8px;
  490. max-width: 99%;
  491. border-top-right-radius: 0;
  492. border-bottom-right-radius: 0;
  493. transition: none
  494. }
  495. .plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
  496. display: none
  497. }
  498. .plyr__progress--buffer::-webkit-progress-value {
  499. transition: width .2s ease
  500. }
  501. .plyr__progress--buffer::-moz-progress-bar {
  502. transition: width .2s ease
  503. }
  504. .plyr__progress--buffer::-ms-fill {
  505. transition: width .2s ease
  506. }
  507. .plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display {
  508. width: 85%;
  509. background: rgba(54,6,6,1);
  510. }
  511. .plyr--video .plyr__progress--buffer {
  512. color: rgba(54,6,6,1);
  513. }
  514. .plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display {
  515. background: rgba(198,214,219,.66)
  516. }
  517. .plyr--audio .plyr__progress--buffer {
  518. color: rgba(198,214,219,.66)
  519. }
  520. .plyr--loading .plyr__progress--buffer {
  521. animation: plyr-progress 1s linear infinite;
  522. background-size: 25px 25px;
  523. background-repeat: repeat-x;
  524. background-image: linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);
  525. color: transparent
  526. }
  527. .plyr--video.plyr--loading .plyr__progress--buffer {
  528. background-color: rgba(255,255,255,.25)
  529. }
  530. .plyr--audio.plyr--loading .plyr__progress--buffer {
  531. background-color: rgba(198,214,219,.66)
  532. }
  533. .plyr__time {
  534. display: inline-block;
  535. vertical-align: middle;
  536. font-size: 14px
  537. }
  538. .plyr__time+.plyr__time {
  539. display: none
  540. }
  541. @media (min-width:768px) {
  542. .plyr__time+.plyr__time {
  543. display: inline-block
  544. }
  545. }
  546. .plyr__time+.plyr__time::before {
  547. content: '\2044';
  548. margin-right: 10px
  549. }
  550. .plyr__volume {
  551. display: none
  552. }
  553. .plyr .plyr__volume {
  554. -ms-flex: 1;
  555. flex: 1;
  556. position: relative
  557. }
  558. .plyr .plyr__volume input[type=range] {
  559. position: relative;
  560. z-index: 2
  561. }
  562. @media (min-width:480px) {
  563. .plyr .plyr__volume {
  564. display: block;
  565. max-width: 60px
  566. }
  567. }
  568. @media (min-width:768px) {
  569. .plyr .plyr__volume {
  570. max-width: 100px
  571. }
  572. }
  573. .plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute] {
  574. display: none!important
  575. }
  576. .plyr--fullscreen-active {
  577. position: fixed;
  578. top: 0;
  579. left: 0;
  580. right: 0;
  581. bottom: 0;
  582. height: 100%;
  583. width: 100%;
  584. z-index: 10000000;
  585. background: #000;
  586. border-radius: 0!important
  587. }
  588. .plyr--fullscreen-active video {
  589. height: 100%
  590. }
  591. .plyr--fullscreen-active .plyr__video-wrapper {
  592. height: 100%;
  593. width: 100%
  594. }
  595. .plyr--fullscreen-active .plyr__video-embed {
  596. overflow: visible
  597. }
  598. .plyr--fullscreen-active .plyr__controls {
  599. position: absolute;
  600. bottom: 0;
  601. left: 0;
  602. right: 0
  603. }
  604. .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  605. height: 0;
  606. top: 50%;
  607. transform: translateY(-50%)
  608. }
  609. input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  610. align-items: flex-start;
  611. text-align: center;
  612. cursor: pointer;
  613. color: buttontext;
  614. background-color: buttonface;
  615. box-sizing: border-box;
  616. padding: 2px 6px 3px;
  617. border-width: 0px;
  618. border-top-width: 0px;
  619. border-right-width: 0px;
  620. border-bottom-width: 0px;
  621. border-left-width: 0px;
  622. border-style: outset;
  623. border-color: buttonface;
  624. border-top-color: buttonface;
  625. border-right-color: buttonface;
  626. border-bottom-color: buttonface;
  627. border-left-color: buttonface;
  628. border-image: initial;
  629. }
  630. input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-moz-file-upload-button, button {
  631. align-items: flex-start;
  632. text-align: center;
  633. cursor: pointer;
  634. color: buttontext;
  635. background-color: buttonface;
  636. box-sizing: border-box;
  637. padding: 2px 6px 3px;
  638. border-width: 0px;
  639. border-top-width: 0px;
  640. border-right-width: 0px;
  641. border-bottom-width: 0px;
  642. border-left-width: 0px;
  643. border-style: outset;
  644. border-color: buttonface;
  645. border-top-color: buttonface;
  646. border-right-color: buttonface;
  647. border-bottom-color: buttonface;
  648. border-left-color: buttonface;
  649. border-image: initial;
  650. }
  651. @media screen and (max-width: 1600px) {
  652. .plyr {
  653. width: 650px;
  654. height: 400px;
  655. }.plyr audio,.plyr video {
  656. width: 650px;
  657. height: 400px;
  658. vertical-align: middle;
  659. border-radius: inherit
  660. }
  661. }
  662. #maker1 .plyr,#maker2 .plyr,#maker3 .plyr{position: relative;width: 100%;height: 100%;direction: ltr;}
  663. #maker1 .plyr video,#maker2 .plyr video,#maker3 .plyr video{width: 100%;height: 100%;}
  664. #maker1 .plyr__controls .plyr__progress:first-child,#maker2 .plyr__controls .plyr__progress:first-child, #maker3 .plyr__controls .plyr__progress:first-child,.md-content .plyr__controls .plyr__progress:first-child{/*display: none;*/}
  665. .md-content .plyr {width: 100%;height: 100%;}
  666. .md-content .plyr video{width: 100%;height: 100%;}
  667. .md-content .plyr__play-large {transition: all 0s ease;}