#block-custom-barrio-page-title {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

#block-custom-barrio-page-title h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: var(--font-Montserrat-light);
}

#block-custom-barrio-page-title {
    display: none;
}

.node--type-projects .node__content {
    margin: 0;
    padding: 0;
}

.lightgallery-wrapper .lightgallery {
    list-style-type: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem 0;

    height: auto;
    max-height: 1860px;
    width: 100%;
    overflow: hidden;
}

.lightgallery-wrapper .lightgallery li {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.lightgallery-wrapper .lightgallery li a {
  display: block;
  height: auto;
  width: 100%;
}

.lightgallery-wrapper .lightgallery li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
