fix black overlay on Kickstarter videos

Closes #124.
This commit is contained in:
Ilya Grigorik
2016-07-20 22:46:06 -07:00
parent 4fbcde819c
commit 2342ff6f56

View File

@@ -46,7 +46,12 @@
top: 100px !important;
}
/* disable Vimeo video overlay*/
/* disable Vimeo video overlay */
div.video-wrapper + div.target {
height: 0;
}
/* Fix black overlay on Kickstarter */
div.video-player.has_played.vertically_center:before, div.legacy-video-player.has_played.vertically_center:before {
content: none !important;
}