section#hero_section{
    z-index: 6;
}
section.form-footer {
    /* z-index: 999999 !important; */
}
.mob-video-gallery{
    display: none;
}
@media (min-width: 768px) {
    /* .video-link img{
        height: 240px;
    } */
    .mob-video-gallery{
        display: block;
    }
}
@media (max-width: 650px) {
    section.form-footer {
        /* z-index: 999999 !important; */
    }
    #video_gallery_custom h2.title{
        width: 100%;
    }
    #new_sticky_form.stickyForm{
        top: 28% !important;
    }
   
}