section.video-sec h2{
 text-align:center;
  margin-bottom:40px;
}
section.video-sec h4{
     margin-top: 20px;
     text-align: center;
     margin-bottom: 30px;
}
.video-info.first {
    margin-top: 60px;
    margin-bottom: 60px;
}
section.video-sec .row{
 gap:30px 0; 
}

section.video-banner {
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 1;
}

section.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: bottom; */
}

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

section.video-banner .vid-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.video-banner .vid-cont h1{
    text-align:center;
    margin-bottom:0;
}
 .first .row{
        justify-content: center;
    }