.modal-backdrop.show{
    background-color: #000;
    opacity: 0.75 !important;
}

html.et-fb-root-ancestor #et-boc .po-modal{
    display: block;
    min-height: 50px !important;
    position: initial;
    height: 50px !important;
}

.modal-dialog {
    max-width: 70% !important;
    border-radius: unset !important;
}

.modal-header {
    border-bottom: none !important;
    /*padding: 0rem 1rem !important;*/
}

.modal-content {
    border-radius: unset !important;
    /*max-height: 85vh !important;*/
}

.modal-header .close {
    /*padding: 0rem 1rem !important;*/
}

.modal-body video{
    width: 100% !important;
    border-radius: 0 3em 0 0 !important;
    max-height: 680px;
}
.modal-body audio{
    width: 100% !important;
}

.card-body {
    padding: 0.75rem 1.25rem !important;
}

@media (max-width: 575px){
    .modal-dialog {
        max-width: initial !important;
    }
}
