.modal-content {
  margin: 0;
  border: none;
  border-radius: 0;
  height: 100vh;
}
.modal-body {
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modalImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#gestureZone {
  cursor: grab;
}