/* Video Banner Section */
.dm-video-banner {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

/* Background Video */
.dm-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

/* Optional Dark Overlay */
.dm-video-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.35); */
    z-index: 1;
}

/* Tablet */
@media (max-width: 991px) {
    .dm-video-banner {
        height: 80vh;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .dm-video-banner {
        height: 60vh;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .dm-video-banner {
        height: 18vh;
    }
}



@media only screen and (min-width: 1903px) and (max-width: 1920px) {

.dm-video-banner {

  height: 915px !important;
    }
    
    
    
}










