/* Modal Popup BEGIN */
@media (min-width: 575px) {
  .modal-dialog { max-width: 1400px; }
}
.modal-backdrop {
  background-color: transparent !important;
}
.modal-dialog {
  position: center;
  display: table; /* This is important */
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px;
	background-color: transparent !important;
}
.modal-content {
  background:rgba(200,200,200,0.8);
  margin: 15px;
}
/* Modal Popup End */
