.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-video {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    background-color: rgba(5, 5, 5, 0.568);
}

.banner-video-content {
    margin-top:200px;
}

.main-bnr-two .bnr-bottom {
    min-height: 60px;
    width: 100%;
    position: absolute;
    padding: 10px 0px 0px 0px;
    bottom: 0;
    left: 0;
    background-color: #D54400; 
} 

.text-video {
    font-size: 1.5rem; 
    /* height: 150px;  */
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

@media only screen and (max-width: 450px) {
    .tara-head {
      display: none; } }