body {
    background-color: #F7F7F7;
}
.black {
    background-color: #1C1B1B;
}
.grey {
    padding-top: 24px;
    padding-bottom: 24px;
}
.video-bg {
    overflow: hidden;
}
.video-bg a {
    background-color: #FFFFFF;
    border-radius: 0;   
}
.video-bg a:not(:last-of-type) {
    margin-bottom: 10px;
}
.video-bg a, .video-bg .container {
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
}
.video-bg a {
    font-size: 14px;
    line-height: 30px;
}
.video-bg .container {
    font-size: 18px;
    line-height: 35px;
}
.grey a:hover {
    background-color: #1C1B1B;
    color: #FFFFFF;
}
footer {
    background-color: #EDF0F2;
}
@media only screen and (max-width: 1280px) {
    .desktop:not(header) {
        display: none;
    }
    footer * {
        text-align: center;
    }
    footer .first-row {
        margin-top: 150px;
    }
    .containing-row {
        margin-top: -6px;
    }
    .containing-row .black {
        min-height: 98px;
        text-align: center;
    }
    .containing-row .grey .col-lg-8 {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1281px) {
    .mobile:not(header) {
        display: none;
    }
    .video-bg {
        overflow: hidden;
        position: relative;
        height: 1080px;
    }
    #video_background {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    .video-bg .container {
        max-width: 529px;
        margin-left: 0;
        margin-right: auto;
    }
    .containing-row {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 30%;
        margin: 0;
    }
    
.grey {
    background-color: rgba(237,240,242, 0.8);
}
}