.gallery-img {
  width: 100%;
  height: 25vh;
  cursor: pointer;
  margin-bottom: 15px;
}

.no-scroll {
  overflow: hidden;
}

.control {
  position: absolute;
  height: 50px;
}

/* .col-xl-3,
.col-lg-4,
.col-sm-6 {
  padding: 0;
} */

.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border: thick solid black;
}

.modal-lg {
  max-width: 100%;
  max-width: 100%;
}

.modal-content img {
  width: 100%;
}

.close-modal {
  width: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: none;
}
