.wp-block-cecilo-latest-posts .cecilo-latest-posts__grid {
  grid-template-columns: repeat(var(--cecilo-columns, 3), minmax(0, 1fr));
}

.wp-block-cecilo-home-button.has-text-align-center,
.wp-block-cecilo-home-button.aligncenter {
  text-align: center;
}

.cecilo-parallax:not(.is-fixed) {
  background-attachment: scroll;
}

@media (max-width: 991px) {
  .wp-block-cecilo-latest-posts .cecilo-latest-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .wp-block-cecilo-latest-posts .cecilo-latest-posts__grid {
    grid-template-columns: 1fr;
  }
}
