.modal-open {
  overflow: hidden !important;
  touch-action: none;
}

.modal img {
  margin: auto;
  display: block;
  border: 5px solid #fff;
  border-radius: 10px;
}

.modal-content {
  background: none;
  border: none;
  box-shadow: none;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: rgba(51,51,51,0.75);
}

.close-container {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

.close {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 10001;
  cursor: pointer;
  opacity: 0.75;
  text-shadow: none;
}

.close:active, .close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

