.banner-vg {
    position: relative;
    overflow: hidden;
}
.fbHeroX_tag {
    display: inline-block;
    background: rgba(255,255,255,.15);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}
.banner-video > video {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.banner-video-mobile {
    display: none;
}
.banner-content-button > a:hover {
    transform: translateY(-5px);
    background-color: #c70404;
    color: #fff !important;
    text-decoration: none;
}

.banner-content-button > a {
    margin-right: 10px;
    margin-top: 14px;
    background: #fff;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #c70404;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.vdo-content-image-member > img {
    width: 18%;
    margin-bottom: 10px;
}

.vdo-content-image-meet > img {
    width: 18%;
    margin-bottom: 10px;
}

.video-content {
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    /* z-index: 9999; */
    bottom: 15%;
}

.banner-video-banneroverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040e39b0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    padding-top: 4%;
}
@media(max-width: 768px) {
    .banner-video-desktop {
        display: none;
    }

    .banner-video-mobile {
        display: block;
    }
    .vdo-content-image-member > img {
        width: 52%;
        margin-bottom: 10px;
    }
}