We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fa40e commit 77e8df9Copy full SHA for 77e8df9
main.css
@@ -273,6 +273,9 @@ a:active {
273
font-size: 36px;
274
margin: 0;
275
line-height: 60px;
276
+}
277
+
278
+.video-wrapper h4 {
279
color: #ed1543;
280
}
281
@@ -865,7 +868,7 @@ a:active {
865
868
z-index: 100;
866
869
left: 0;
867
870
right: 0;
- top: -1px;
871
+ top: -2px;
872
bottom: 0;
873
width: 100%;
874
background: url("img/video-poster.png") center center no-repeat;
@@ -912,4 +915,8 @@ a:active {
912
915
padding: 2px 4px;
913
916
border-radius: 2px;
914
917
margin-right: 2px;
918
919
920
+.plyr__poster {
921
+ display: none !important;
922
0 commit comments