.photo-gallery .modal .btn-close {
  background-color: #fff;
  background-size: 0.75rem;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: all 0.3s ease-in-out;
}
.photo-gallery .modal .btn-close:hover {
  opacity: 1;
}
.photo-gallery .modal .modal-full {
  margin: auto;
  max-width: none;
  width: calc(100vw - 4rem);
}
@media (min-width: 768px) {
  .photo-gallery .modal .modal-full {
    width: calc(100vw - 7rem);
  }
}
@media (min-width: 1400px) {
  .photo-gallery .modal .modal-full {
    width: calc(100vw - 10rem);
  }
}
.photo-gallery .modal .modal-content {
  background-color: transparent;
  border: solid 0 #e1e1e1;
}
.photo-gallery .modal .modal-header {
  border: solid 0 #e1e1e1;
}
.photo-gallery .modal .modal-body {
  padding: 0;
}
.photo-gallery .modal .modal-body .modal-img {
  margin: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.photo-gallery .modal .modal-body .modal-img img {
  max-height: 90vh;
}
.photo-gallery .modal .modal-body .modal-img .modal-description {
  background-color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
    width: 100%;
  }
}
.photo-gallery .modal .modal-body .modal-img .modal-description .heading {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description .heading {
    font-size: calc(20px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description .heading {
    font-size: 22px;
    line-height: 1.2;
  }
}
.photo-gallery .modal .modal-body .modal-img .modal-description .heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description .heading {
    color: #15181b;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.016rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description .heading {
    font-size: calc(24px + 3 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description .heading {
    font-size: 27px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description .heading > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
.photo-gallery .modal .modal-body .modal-img .modal-description p {
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description p {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .photo-gallery .modal .modal-body .modal-img .modal-description p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.photo-gallery .modal .modal-body .modal-img .modal-description p > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}