video {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
}
.navbar .logo {
    width: 240px;
}
.splitting .whitespace {
    width: 15px;
}
.video-overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 50%;
    height: 100%;
    background: black;
}
.clients .brands .img img {
    max-width: 145px;
}
.blog-curs .item .bimg .img {
    background-position: center;
}
.footer-half .cont .logo {
    width: 190px;
}

.lines-bg {
    background-color: #11141B;
    background-image: url(../assets/pattern-lines.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    opacity: 1;
}

.fade-bg {
    background: #0000008a;
}