/* 780px */
@media (width <= 48rem) {
  ul.posts-homepage {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #sidebar #related-posts ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .columnize {
    column-count: auto;
  }
  .columnize > *:not(cbr):not(:first-child) {
    margin-top: 1rem;
  }

  .cyf-news ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cyf-news ul li:nth-child(3) {
    display: flex;
  }

  .cyf-achievements ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  header #header-content #homepage *:not(img) {
    display: none;
  }
}
