.gm-contenidor{
  margin: 0 auto;
  padding: 0 16px 32px;
}

.gm-item{
  display: block;
  break-inside: avoid;
  margin: 0 0 10px;
  text-decoration: none;
}

.gm-item img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

/* Lightbox */
.gm-lightbox{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,.85);
  z-index: 9999;
}

.gm-lightbox.gm-actiu{ display: flex; }

.gm-imatge{
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  display: block;
}

.gm-tancar{
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 34px;
  line-height: 1;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 900px){
  .gm-masonry{ column-count: 2 !important; }
}
@media (max-width: 520px){
  .gm-masonry{ column-count: 1 !important; }
}
