.banner-content {
    max-width: 100%;
    height: auto;
    width: 100% !important;
    position: absolute;
    top: 0;
}

.banner-content video {
   position: absolute;
   width: 100%;

}

video {
 max-width: 100%;
 height: auto;
}

.banner-area {
    min-height: 400px; !important;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

}

.banner-content video {
    min-height: 100%;
    min-height: 100%;
    object-fit: fill;
    /* min-width: 100%; */
    min-height: 100%;
    flex: auto;
    position: absolute;
    width: auto;
}
