<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1300px) {
  .galeria-cuadricula {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .galeria-cuadricula {
    justify-content: center !important;
    height: 300px;
  }

  .galeria-inicio {
    justify-content: center !important;
    margin-right: 0 !important;
  }
}
</pre></body></html>