/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-contentOne {
  margin: auto;
  display: block;
  width: 95%;
  max-width: 750px;
}

/* Modal Content (image) */
.modal-contentTwo {
  margin: auto;
  display: block;
  width: 92%;
  max-width: 1500px;
}


/* The Close Button #f1f1f1  #bbb*/
.closeOne {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #d6d6d6;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeOne:hover,
.closeOne:focus {
  color: #9e9e9e;
  text-decoration: none;
  cursor: pointer;
}

/* The Close Button #f1f1f1  #bbb*/
.closeTwo {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #d6d6d6;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeTwo:hover,
.closeTwo:focus {
  color: #9e9e9e;
  text-decoration: none;
  cursor: pointer;
}

