Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/scss/global/_video-bg.scss |
.wvc-video-bg-container {
display: block;
z-index: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
//object-fit: cover;
embed,
iframe,
object,
video {
max-width: none !important;
}
}
.wvc-youtube-bg,
.wvc-video-bg,
.wvc-vimeo-bg {
object-fit: cover;
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wvc-video-bg-overlay {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wvc-video-bg-fallback {
z-index: 0;
}
.wvc-video-bg-container {
background: #0d0d0d;
}
/* Video background control */
.wvc-youtube-player {
opacity: 0;
transition: opacity ease 2s;
transition-delay: 1s;
&.wvc-youtube-player-is-loaded {
opacity: 1;
}
}
.wvc-is-mobile {
.wvc-video-bg-container {
iframe {
display: none;
}
}
}
.wvc-yt-video-bg-play,
.wvc-yt-video-bg-pause {
display: block;
position: absolute;
bottom: 15px;
right: 15px;
width: 30px;
height: 30px;
background: #000;
cursor: pointer;
height: 0;
visibility: hidden;
opacity: 0;
}
.wvc-yt-video-bg-pause {
background: #0d0d0d;
right: 55px;
}
.wvc-slide-caption-container,
.wvc-bg-overlay {
//display: none!important; // debug
}