  .modal {
	  width:100%;
  }
  .modal .modal-content {
	  margin-top: 150px;
	  background: rgba(0, 0, 0, 0.5);
	  color: #fff;
	  text-align: center;
  }
  .modal .modal-content h1 {
	  font-size: 15px;
  }
  .modal a {
	  color:yellow;
	  text-decoration:none;
	  font-size: 12px;
  }
  .modal img {
	  height:130px;
  }
  .modal .modal-body {
	  font-size: 12px;
  }
  
  .modal input {
	  font-size: 15px;
  }
  
  @media (max-width: 768px) {
	.modal img {
	  height:90px;
	}
  }
