%PDF- %PDF-
| Direktori : /home/cargonizer/domains/cargonizer.com.tr/public_html/master/sass/gui/ |
| Current File : /home/cargonizer/domains/cargonizer.com.tr/public_html/master/sass/gui/_videos.scss |
/* Video */
section.video {
-webkit-transform: translate3d(0, 0, 0);
background-position: 50% 50%;
background-repeat: no-repeat;
padding: 50px 0;
position: relative;
overflow: hidden;
width: 100%;
.container {
position: relative;
z-index: 3;
}
.video-overlay {
background: transparent url(../img/video-overlay.png) repeat 0 0;
position: absolute;
top: 0;
#{$left}: 0;
#{$right}: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
}
}
html.boxed {
section.video {
> div:first-child {
z-index: 0 !important;
video {
z-index: 0 !important;
}
}
}
}