.gallery-photo-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-modal-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111;
}

.gallery-modal-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 2;
  padding: .75rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, .72);
  opacity: .5;
}

.gallery-modal-close:hover,
.gallery-modal-close:focus {
  opacity: .95;
}

#gallery-photo-modal .modal-dialog {
  display: flex;
  justify-content: center;
}
