.modal-dialog {
    top: 150px;
    max-width: 700px;
    margin: 30px auto;
}

.modal-lg {
    max-width: 70%;
}
.modal-backdrop {
    z-index: 1000 !important;
    /* Ensure it’s below the modal */
    pointer-events: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .modal-backdrop {
    z-index: 1040 !important;
  } */
.modal {
    z-index: 1050 !important;
}

.modal-content {
    margin: 0px 0px
}

@media screen and (max-width: 767px) {

    .modal-content {
        margin: 0;
    }
}

#videoModal{
    background-color: rgba(12, 6, 6, 0.598);
}