.modal {
    background-color: #000000c9 !important;
    padding-right: 0px !important;
    z-index: 10000000 !important;
}

.modal_img {
    float: left;
    display: flex;
    width: 50%;
    margin-right: 10px;
}

@media (min-width: 576px)
{
  .modal-dialog {
      max-width: 1000px !important;
  }
}
