div.content {
  align-items: start;
  height: auto !important;
}

div.info_container {
  position: relative;
  width: 50vw;
  padding: 2vw;
  padding-top: 10vh;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  div.info_container {
    width: 100vw;
    font-size: 0.8rem;
    margin: 0;
  }
}

div.image-container {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  border: 3px solid #FFF;
  background-color: #FFF;
}
div.image-container ul {
  width: 110vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.image-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 20vw;
  height: 10vw;
  object-fit: cover;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  div.image-container ul li {
    width: 40vw;
    height: 20vw;
  }
}
div.image-container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #FFF;
}
div.image-container ul li.staggered {
  position: relative;
  left: -10vw;
}
@media screen and (max-width: 768px) {
  div.image-container ul li.staggered {
    left: -20vw;
  }
}

div.view_large_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
div.view_large_image div.slideshow_controls {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
div.view_large_image div.slideshow_controls div.close_button {
  border: 1px solid #000;
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 1rem;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #FFF;
}
div.view_large_image div.slideshow_controls div.image_controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
div.view_large_image div.slideshow_controls div.image_controls div.previous_button {
  border: 1px solid #000;
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 1rem;
  border-radius: 0%;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #FFF;
}
div.view_large_image div.slideshow_controls div.image_controls div.next_button {
  border: 1px solid #000;
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 1rem;
  border-radius: 0%;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #FFF;
}
div.view_large_image div.slideshow_controls div.close_button.show_active, div.view_large_image div.slideshow_controls div.next_button.show_active, div.view_large_image div.slideshow_controls div.previous_button.show_active {
  background-color: #000 !important;
  color: #FFF !important;
}
div.view_large_image div.img_container {
  width: 95vw;
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}
div.view_large_image div.img_container img {
  width: 100%;
  height: auto;
}
div.view_large_image.left_hover img {
  cursor: e-resize;
}
div.view_large_image.right_hover img {
  cursor: w-resize;
}

/*# sourceMappingURL=index-project_images.css.map */
