.modal-body {
    padding: 0px;
}

.modal-content {
    border-radius: 0px;
    border:0px;
    background-color: black
}

.modal-footer {
  justify-content: center;
  color: white;
  border:0px;
}

.modal-backdrop {
    opacity:0.9!important;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow:none;
    opacity:1;
    cursor: pointer
}

.close:hover {color: #fff;}


.modal-title {
    margin-bottom: 0;
    line-height: 1;
    font-size:1em;
    color:white;
    text-align: left;
}

.gal {
  display:none;
}
