.main-banner{
    height: 550px;
    position: relative;
    color: #fff;
}
.main-banner .container-fluid{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.video-popup {
    margin: 0;
    position: absolute;
    right: 8rem;
    bottom: 5rem;
    z-index: 9;
}
.main-banner-full .owl-stage-outer, .main-banner-full .owl-stage, .main-banner-full .owl-item{
    height: 100%;
}
.main-banner-full {
    position: absolute !important;
    z-index: -9 !important;
}
.banner-content-holder h1{
    margin-bottom: 15px;
}
.banner-content-holder::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(360deg, rgba(2,0,36,0.6502976190476191) 13%, rgb(0 0 0 / 30%) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.banner-bg-holder, .scroll-tag{
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 567px){
    .video-popup{
        right: 4rem;
        bottom: 1rem;
    }
    .banner-content-holder h1 {
        font-size: 22px;
        line-height: 37px;
        width: 80%;
        margin-bottom: 15px !important;
    }
}