.community-videos .page-width {
  padding-inline: 1.5rem;
}
.community-videos__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.community-videos__grid video {
  display: flex;
  width: 100%;
  height: auto;
}
@media (max-width: 989px) {
  .community-videos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
