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

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

.only {
    width: 100%!important;
}