#hero .overlay {
    background: linear-gradient(90deg, rgba(45,50,101,0.8) 0%, rgba(45,50,101,0.5) 100%);
}
#hero {
    height: 90vh !important;
}

.video-bg img {
    width:100%;
    height:100%;
    object-fit:cover;
}