"/* Video poster visibility fix */
.video-wrap.poster-visible video {
    opacity: 0;
}

.video-wrap:not(.poster-visible) video {
    opacity: 1;
}
"