.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 1rem;

    width: 60vw;
    padding: 20vh 0;
}

.poster-grid_item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
