.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;
}
footer {
    background-color: #EDF0F2;
}
footer a {
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    line-height: 35px;    
}
footer a, footer a:hover, footer a:focus {
    text-decoration: none;
    color: #1C1B1B;
}
footer > div {
    min-height: 346px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .col-lg-2 p {
    min-height: 60px;
}
footer .col-lg-2 p, footer .col-lg-2 > .media-container {
    padding-bottom: 24px;
}

footer .img-fluid {
  width: 24px;
  height: 24px;
}
footer .legal-text {
    color: #6F6F6F;
    font-family: Poppins-Regular, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
}

@media only screen and (max-width: 768px) {
    .containing-row {
        margin-top: -6px;
    }
    .containing-row .black {
        min-height: 98px;
    }
    .containing-row .grey .col-lg-8 {
        margin-top: 40px;
    }
    footer * {
        text-align: center;
    }
    footer .first-row {
        margin-top: 150px;
    }
    .media-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 200px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .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: 50%;
        margin: 0;
    }
    
.grey {
    background-color: rgba(237,240,242, 0.8);
}
footer .col-lg-2 p, footer .col-lg-2 > .media-container {
    border-bottom: 1px solid #1C1B1B;
}
}