.modal-backdrop {
    display: none !important;
}
.modal {
    background: #3333339e;
}
.modal-content {
    background: transparent;
    border: none !important;
}
.modal-header {
    border: none;
}
.modal .close {
    color: #fff;
    font-weight: 300;
    font-size: 42px !important;
    opacity: 1;
}
.modal iframe {
    width: 100%;
}
.modal_video{
    cursor: pointer;
}