#custom-modal-content {
  background-image: url('../../assets/img/1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

#custom-modal-content .modal-body {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 5px;
}

