.project-gallery__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem; }

.project-gallery__picture {
  width: 100%; }

.project-gallery__image {
  width: 100%;
  box-shadow: 1px 1px 2px rgba(52, 58, 64, 0.15); }

.mySlide img {
  width: 100%; }

.modal {
  background-color: rgba(52, 58, 64, 0.5) !important; }

.modal-content {
  border-radius: 0; }

.modal-body {
  padding: 0;
  display: flex;
  align-items: center; }

.modal-body a {
  padding: 0 1rem;
  color: #8f3c7d; }

.modal-body a.next {
  transform: rotate(180deg); }

.modal-body a:hover {
  text-decoration: none; }

@media screen and (max-width: 740px) {
  .project-gallery__container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem; } }

@media screen and (max-width: 420px) {
  .project-gallery__container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem; } }


/*# sourceMappingURL=project.css.map*/