body.gallery #hero .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 850px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #hero .container {
    height: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #hero .container {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #hero .container {
    height: 280px;
  }
}
body.gallery #hero .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.07;
  z-index: -1;
}
body.gallery #hero .container .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body.gallery #hero .container .title-row h1,
body.gallery #hero .container .title-row h1 > *,
body.gallery #hero .container .title-row h2,
body.gallery #hero .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #hero .container .title-row h1,
  body.gallery #hero .container .title-row h1 > *,
  body.gallery #hero .container .title-row h2,
  body.gallery #hero .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #hero .container .title-row h1,
  body.gallery #hero .container .title-row h1 > *,
  body.gallery #hero .container .title-row h2,
  body.gallery #hero .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #hero .container .title-row h1,
  body.gallery #hero .container .title-row h1 > *,
  body.gallery #hero .container .title-row h2,
  body.gallery #hero .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
body.gallery #hero .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
body.gallery #hero .container .subtitle-row {
  margin-top: 20px;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
body.gallery #hero .container .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.gallery #hero .container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
body.gallery #hero .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.gallery #gallery-content .main-container .cont-header {
  padding: 0 100px;
  margin-bottom: 25px;
}
body.gallery #gallery-content .main-container .cont-header .title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
body.gallery #gallery-content .main-container .cont-header .title-row h2,
body.gallery #gallery-content .main-container .cont-header .title-row h2 > * {
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(42px, 5.5vw, 84px);
  color: #2a487c;
  line-height: 100px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-content .main-container .cont-header .title-row h2,
  body.gallery #gallery-content .main-container .cont-header .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-content .main-container .cont-header .title-row h2,
  body.gallery #gallery-content .main-container .cont-header .title-row h2 > * {
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .cont-header .title-row h2,
  body.gallery #gallery-content .main-container .cont-header .title-row h2 > * {
    line-height: normal;
  }
}
body.gallery #gallery-content .main-container .cont-header .title-row .horizontal-line {
  width: 20%;
  height: 1px;
  background-color: #2a487c;
}
body.gallery #gallery-content .main-container .cont-header .subtitle-row {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #262626;
  line-height: 32px;
  text-align: center;
}
body.gallery #gallery-content .main-container .gallery-container .gallery {
  padding: 70px 100px;
  background-color: rgba(202, 222, 255, 0.2);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-content .main-container .gallery-container .gallery {
    padding: 50px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-content .main-container .gallery-container .gallery {
    padding: 30px 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery {
    padding: 30px 45px;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #2a487c;
  margin: 30px 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .horizontal-line {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .horizontal-line {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .horizontal-line {
    margin: unset;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories {
  display: flex;
  flex-direction: column;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container {
  display: flex;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
  cursor: pointer;
  opacity: 0.5;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow-small.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow.prev {
  transform: rotate(180deg);
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow.hidden {
  display: none;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  gap: 50px;
  margin: 0 auto;
  overflow: hidden;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container ul.full-cont {
  justify-content: center;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container ul li {
  transition: transform 0.5s;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container ul li h2,
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container ul li h2 > a {
  font-size: clamp(16px, 1.8vw, 24px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  color: #2a487c;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container ul li.selected h2 > a {
  font-weight: 700;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .mini-menu-categories .mini-menu-categories-container ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image {
    margin-bottom: 50px !important;
    margin-top: initial !important;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.9);
  transition: filter 0.3s cubic-bezier(0, 0.2, 0.6, 1);
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container:hover {
  cursor: pointer;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container:hover .image-label {
  opacity: 0;
  pointer-events: none;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container:hover .see-more {
  opacity: 1;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(38, 38, 38, 0) 80%, #262626 100%);
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container .image-label {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  padding: 20px;
  z-index: 2;
  font-size: clamp(14px, 1.7vw, 20px);
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image .image-container .see-more {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2vw, 28px);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+1) {
  margin-top: 8%;
  width: 52%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+1) {
    width: 95% !important;
    margin-left: unset !important;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+1) .image-container {
  aspect-ratio: 1.6;
  width: 100%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+1) .image-container {
    aspect-ratio: 1.46;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+2) {
  margin-left: auto;
  width: 40%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+2) {
    width: 70% !important;
    margin-left: unset !important;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+2) .image-container {
  aspect-ratio: 0.76;
  width: 100%;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+3) {
  width: 40%;
  flex: 0 0 auto;
  margin-top: -4.1315789474%;
  margin-left: 4%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+3) {
    width: 90% !important;
    margin-left: unset !important;
  }
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(3n+3) .image-container {
  aspect-ratio: 1.07;
  width: 100%;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(6n+4) {
  width: 52%;
  flex: 0 0 auto;
  margin-left: auto;
  margin-top: 8%;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(6n+4) .image-container {
  aspect-ratio: 1.6;
  width: 100%;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(6n+5) {
  width: 40%;
  flex: 0 0 auto;
  margin-left: inherit;
  margin-top: 0;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(6n+5) .image-container {
  aspect-ratio: 0.76;
  width: 100%;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(6n+6) {
  width: 40%;
  flex: 0 0 auto;
  margin-left: 8%;
  margin-top: 8%;
}
body.gallery #gallery-content .main-container .gallery-container .gallery .gallery-images .gallery-image:nth-child(6n+6) .image-container {
  aspect-ratio: 1.07;
  width: 100%;
  margin-top: 0;
}
body.gallery #gallery-lightbox {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 200;
}
body.gallery #gallery-lightbox .lightbox-container {
  padding: 100px;
  position: relative;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  background-color: rgba(42, 72, 124, 0.92);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-lightbox .lightbox-container {
    padding: 65px;
    width: calc(100vw - 130px);
    height: calc(100vh - 130px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container {
    padding: 45px;
    width: calc(100vw - 90px);
    height: calc(100vh - 90px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container {
    padding: 25px;
    width: calc(100vw - 50px);
    height: calc(100vh - 50px);
  }
}
body.gallery #gallery-lightbox .lightbox-container .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  top: 100px;
  right: 100px;
  background-image: url(../../images/icons/close-menu-white.svg);
  background-size: cover;
  z-index: 12321321;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-lightbox .lightbox-container .close-button {
    top: 65px;
    right: 65px;
    height: 32px;
    width: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .close-button {
    top: 45px;
    right: 45px;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container .close-button {
    top: 25px;
    right: 25px;
    height: 25px;
    width: 25px;
  }
}
body.gallery #gallery-lightbox .lightbox-container .close-button:hover {
  filter: invert(1);
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images {
    gap: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container {
  height: 80%;
  flex-grow: 0;
  position: absolute;
  overflow-y: auto;
  scrollbar-width: none;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container:hover {
  scrollbar-width: initial;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container {
    position: relative;
    flex-grow: 0.5;
    overflow-y: hidden;
    order: 2;
    height: clamp(50px, 8vw, 200px);
    width: 60%;
    min-height: clamp(50px, 8vw, 200px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container {
    position: relative;
    flex-grow: 0.5;
    overflow-y: hidden;
    order: 2;
    height: clamp(100px, 8vw, 200px);
    width: 60%;
    min-height: clamp(100px, 8vw, 200px);
    margin: 0 auto;
  }
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list {
    flex-direction: row;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list {
    flex-direction: row;
    height: 100%;
  }
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list li.lightbox-image {
  aspect-ratio: 1/1;
  height: clamp(160px, 8vw, 200px);
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list li.lightbox-image {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list li.lightbox-image {
    height: 100%;
  }
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list li.lightbox-image:hover img, body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list li.lightbox-image.selected img {
  filter: brightness(1.5);
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-list-container ul.lightbox-image-list li.lightbox-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 1s;
  cursor: pointer;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-selected {
  margin: 0 auto;
  height: 80%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-selected {
    height: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-selected {
    height: 60%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-selected {
    height: 60%;
    width: 80%;
  }
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-selected .image-container {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  background-color: green;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-image-selected .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation {
  flex-basis: 100%;
  align-self: center;
  text-align: center;
  height: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation {
    order: 3;
    flex-basis: unset;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation {
    order: 3;
    flex-basis: unset;
    align-content: center;
    margin: 0 auto;
  }
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .title-row {
  margin-bottom: 30px;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .title-row p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #ffffff;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .subtitle-row p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  color: #ffffff;
  opacity: 0.63;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .nav-arrows {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .nav-arrows .arrow {
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #ffffff;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  outline: 1px solid #ffffff;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .nav-arrows .arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .nav-arrows .arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .nav-arrows .arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .nav-arrows .arrow.prev {
  transform: rotate(180deg);
}
body.gallery #gallery-lightbox .lightbox-container .lightbox-images .lightbox-navigation .nav-arrows .arrow.activated {
  opacity: 1;
}